Html Css Color HEX #A21C5A Jazzberry Jam

📋 copy color: '#A21C5A'

red 162 ◦ green 28 ◦ blue 90

#A21C5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A21C5A

Tints of Jazzberry Jam #A21C5A

RGB

 RED value IS 162 (63.67% from 255) = 57.86%

 GREEN value IS 28 (11.33% from 255) = 10%

 BLUE value IS 90 (35.55% from 255) = 32.14%

R = 57.86%
G = 10%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A21C5A (or 0xA21C5A) is known color: Jazzberry Jam. HEX triplet: A2, 1C and 5A. RGB value is (162,28,90). Sum of RGB (Red+Green+Blue) = 162+28+90=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21C5A is #5DE3A5. Grayscale: #4B4B4B. Windows color (decimal): -6153126 or 5905570. OLE color: 5905570.

HSL color Cylindrical-coordinate representation of color #A21C5A: hue angle of 332.24º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21C5A is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 28 90 -
CMYK 0 0.83 0.44 0.36
HSL 332.24º 0.71% 0.37% -
HSV(B) 332.24º 0.83% 0.64% -
XYZ 17.16 9.25 10.55 -
YUV 75.13 136.39 189.96 -
System Red Green Blue C M Y K H S L
Decimal 162 28 90 0 0.83 0.44 0.36 332.24 0.71 0.37
Hex A2 1C 5A 0 53 2C 24 14C 47 25
Octal 242 34 132 0 123 54 44 514 107 45
Binary 10100010 11100 1011010 0 1010011 101100 100100 101001100 1000111 100101

Color Harmonies of #A21C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21C5A

Black with #A21C5A

Text Example


Text Example

White with #A21C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21C5A; }

 p { color: rgb(162,28,90); }

 H1.HeaderClassName
 {
   color: #A21C5A;
 }
 .AnyTagClassName
 {
   color: #A21C5A;
 }
</style>

background-color css

<style>
 a { background-color: #A21C5A; }

 a { background-color: rgb(162,28,90); }

 div.DivClassName
 {
   background-color: #A21C5A;
 }
 .BgClassName
 {
   background-color: #A21C5A;
 }
</style>

border-color css

<style>
 span { border-color: #A21C5A; }

 span { border-color: rgb(162,28,90); }

 td.TdClassName
 {
   border-color: #A21C5A;
 }
 .TagClassName
 {
   border-color: #A21C5A;
 }
</style>