Html Css Color HEX #A11366 Jazzberry Jam

📋 copy color: '#A11366'

red 161 ◦ green 19 ◦ blue 102

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

Shades of Jazzberry Jam #A11366

Tints of Jazzberry Jam #A11366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.74%

 BLUE value IS 102 (40.23% from 255) = 36.17%

R = 57.09%
G = 6.74%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A11366 (or 0xA11366) is known color: Jazzberry Jam. HEX triplet: A1, 13 and 66. RGB value is (161,19,102). Sum of RGB (Red+Green+Blue) = 161+19+102=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A11366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11366 is #5EEC99. Grayscale: #464646. Windows color (decimal): -6220954 or 6689697. OLE color: 6689697.

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

Color convert

RGB 161 19 102 -
CMYK 0 0.88 0.37 0.37
HSL 324.93º 0.79% 0.35% -
HSV(B) 324.93º 0.88% 0.63% -
XYZ 17.33 9 13.39 -
YUV 70.92 145.54 192.25 -
System Red Green Blue C M Y K H S L
Decimal 161 19 102 0 0.88 0.37 0.37 324.93 0.79 0.35
Hex A1 13 66 0 58 25 25 145 4F 23
Octal 241 23 146 0 130 45 45 505 117 43
Binary 10100001 10011 1100110 0 1011000 100101 100101 101000101 1001111 100011

Color Harmonies of #A11366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11366

Black with #A11366

Text Example


Text Example

White with #A11366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11366; }

 p { color: rgb(161,19,102); }

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

background-color css

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

 a { background-color: rgb(161,19,102); }

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

border-color css

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

 span { border-color: rgb(161,19,102); }

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