Html Css Color HEX #A71266 Jazzberry Jam

📋 copy color: '#A71266'

red 167 ◦ green 18 ◦ blue 102

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

Shades of Jazzberry Jam #A71266

Tints of Jazzberry Jam #A71266

RGB

 RED value IS 167 (65.63% from 255) = 58.19%

 GREEN value IS 18 (7.42% from 255) = 6.27%

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

R = 58.19%
G = 6.27%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A71266 (or 0xA71266) is known color: Jazzberry Jam. HEX triplet: A7, 12 and 66. RGB value is (167,18,102). Sum of RGB (Red+Green+Blue) = 167+18+102=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A71266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71266 is #58ED99. Grayscale: #474747. Windows color (decimal): -5827994 or 6689447. OLE color: 6689447.

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

Color convert

RGB 167 18 102 -
CMYK 0 0.89 0.39 0.35
HSL 326.17º 0.81% 0.36% -
HSV(B) 326.17º 0.89% 0.65% -
XYZ 18.55 9.61 13.45 -
YUV 72.13 144.86 195.67 -
System Red Green Blue C M Y K H S L
Decimal 167 18 102 0 0.89 0.39 0.35 326.17 0.81 0.36
Hex A7 12 66 0 59 27 23 146 51 24
Octal 247 22 146 0 131 47 43 506 121 44
Binary 10100111 10010 1100110 0 1011001 100111 100011 101000110 1010001 100100

Color Harmonies of #A71266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71266

Black with #A71266

Text Example


Text Example

White with #A71266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71266; }

 p { color: rgb(167,18,102); }

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

background-color css

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

 a { background-color: rgb(167,18,102); }

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

border-color css

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

 span { border-color: rgb(167,18,102); }

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