Html Css Color HEX #A11463 Jazzberry Jam

📋 copy color: '#A11463'

red 161 ◦ green 20 ◦ blue 99

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

Shades of Jazzberry Jam #A11463

Tints of Jazzberry Jam #A11463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.36%

R = 57.5%
G = 7.14%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A11463 (or 0xA11463) is known color: Jazzberry Jam. HEX triplet: A1, 14 and 63. RGB value is (161,20,99). Sum of RGB (Red+Green+Blue) = 161+20+99=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A11463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11463 is #5EEB9C. Grayscale: #464646. Windows color (decimal): -6220701 or 6493345. OLE color: 6493345.

HSL color Cylindrical-coordinate representation of color #A11463: hue angle of 326.38º 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 #A11463 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 20 99 -
CMYK 0 0.88 0.39 0.37
HSL 326.38º 0.78% 0.35% -
HSV(B) 326.38º 0.88% 0.63% -
XYZ 17.2 8.98 12.63 -
YUV 71.17 143.71 192.08 -
System Red Green Blue C M Y K H S L
Decimal 161 20 99 0 0.88 0.39 0.37 326.38 0.78 0.35
Hex A1 14 63 0 58 27 25 146 4E 23
Octal 241 24 143 0 130 47 45 506 116 43
Binary 10100001 10100 1100011 0 1011000 100111 100101 101000110 1001110 100011

Color Harmonies of #A11463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11463

Black with #A11463

Text Example


Text Example

White with #A11463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11463; }

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

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

background-color css

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

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

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

border-color css

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

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

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