Html Css Color HEX #A11464 Jazzberry Jam

📋 copy color: '#A11464'

red 161 ◦ green 20 ◦ blue 100

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

Shades of Jazzberry Jam #A11464

Tints of Jazzberry Jam #A11464

RGB

 RED value IS 161 (63.28% from 255) = 57.3%

 GREEN value IS 20 (8.2% from 255) = 7.12%

 BLUE value IS 100 (39.45% from 255) = 35.59%

R = 57.3%
G = 7.12%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A11464 (or 0xA11464) is known color: Jazzberry Jam. HEX triplet: A1, 14 and 64. RGB value is (161,20,100). Sum of RGB (Red+Green+Blue) = 161+20+100=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A11464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11464 is #5EEB9B. Grayscale: #474747. Windows color (decimal): -6220700 or 6558881. OLE color: 6558881.

HSL color Cylindrical-coordinate representation of color #A11464: hue angle of 325.96º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11464 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 20 100 -
CMYK 0 0.88 0.38 0.37
HSL 325.96º 0.78% 0.35% -
HSV(B) 325.96º 0.88% 0.63% -
XYZ 17.25 9 12.88 -
YUV 71.28 144.21 192 -
System Red Green Blue C M Y K H S L
Decimal 161 20 100 0 0.88 0.38 0.37 325.96 0.78 0.35
Hex A1 14 64 0 58 26 25 146 4E 23
Octal 241 24 144 0 130 46 45 506 116 43
Binary 10100001 10100 1100100 0 1011000 100110 100101 101000110 1001110 100011

Color Harmonies of #A11464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11464

Black with #A11464

Text Example


Text Example

White with #A11464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11464; }

 p { color: rgb(161,20,100); }

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

background-color css

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

 a { background-color: rgb(161,20,100); }

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

border-color css

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

 span { border-color: rgb(161,20,100); }

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