Html Css Color HEX #A61666 Jazzberry Jam

📋 copy color: '#A61666'

red 166 ◦ green 22 ◦ blue 102

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

Shades of Jazzberry Jam #A61666

Tints of Jazzberry Jam #A61666

RGB

 RED value IS 166 (65.23% from 255) = 57.24%

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

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

R = 57.24%
G = 7.59%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A61666 (or 0xA61666) is known color: Jazzberry Jam. HEX triplet: A6, 16 and 66. RGB value is (166,22,102). Sum of RGB (Red+Green+Blue) = 166+22+102=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A61666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61666 is #59E999. Grayscale: #4A4A4A. Windows color (decimal): -5892506 or 6690470. OLE color: 6690470.

HSL color Cylindrical-coordinate representation of color #A61666: hue angle of 326.67º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61666 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 22 102 -
CMYK 0 0.87 0.39 0.35
HSL 326.67º 0.77% 0.37% -
HSV(B) 326.67º 0.87% 0.65% -
XYZ 18.41 9.64 13.46 -
YUV 74.18 143.71 193.5 -
System Red Green Blue C M Y K H S L
Decimal 166 22 102 0 0.87 0.39 0.35 326.67 0.77 0.37
Hex A6 16 66 0 57 27 23 147 4D 25
Octal 246 26 146 0 127 47 43 507 115 45
Binary 10100110 10110 1100110 0 1010111 100111 100011 101000111 1001101 100101

Color Harmonies of #A61666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61666

Black with #A61666

Text Example


Text Example

White with #A61666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61666; }

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

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

background-color css

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

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

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

border-color css

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

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

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