Html Css Color HEX #A11666 Jazzberry Jam

📋 copy color: '#A11666'

red 161 ◦ green 22 ◦ blue 102

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

Shades of Jazzberry Jam #A11666

Tints of Jazzberry Jam #A11666

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.72%

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

R = 56.49%
G = 7.72%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A11666 (or 0xA11666) is known color: Jazzberry Jam. HEX triplet: A1, 16 and 66. RGB value is (161,22,102). Sum of RGB (Red+Green+Blue) = 161+22+102=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A11666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11666 is #5EE999. Grayscale: #484848. Windows color (decimal): -6220186 or 6690465. OLE color: 6690465.

HSL color Cylindrical-coordinate representation of color #A11666: hue angle of 325.47º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11666 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 22 102 -
CMYK 0 0.86 0.37 0.37
HSL 325.47º 0.76% 0.36% -
HSV(B) 325.47º 0.86% 0.63% -
XYZ 17.38 9.11 13.41 -
YUV 72.68 144.55 191 -
System Red Green Blue C M Y K H S L
Decimal 161 22 102 0 0.86 0.37 0.37 325.47 0.76 0.36
Hex A1 16 66 0 56 25 25 145 4C 24
Octal 241 26 146 0 126 45 45 505 114 44
Binary 10100001 10110 1100110 0 1010110 100101 100101 101000101 1001100 100100

Color Harmonies of #A11666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11666

Black with #A11666

Text Example


Text Example

White with #A11666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11666; }

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

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

background-color css

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

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

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

border-color css

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

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

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