Html Css Color HEX #A71275 Jazzberry Jam

📋 copy color: '#A71275'

red 167 ◦ green 18 ◦ blue 117

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

Shades of Jazzberry Jam #A71275

Tints of Jazzberry Jam #A71275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.74%

R = 55.3%
G = 5.96%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A71275 (or 0xA71275) is known color: Jazzberry Jam. HEX triplet: A7, 12 and 75. RGB value is (167,18,117). Sum of RGB (Red+Green+Blue) = 167+18+117=302 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.30% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 167 - color contains mainly: red. Hex color #A71275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71275 is #58ED8A. Grayscale: #494949. Windows color (decimal): -5827979 or 7672487. OLE color: 7672487.

HSL color Cylindrical-coordinate representation of color #A71275: hue angle of 320.13º 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 #A71275 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 18 117 -
CMYK 0 0.89 0.30 0.35
HSL 320.13º 0.81% 0.36% -
HSV(B) 320.13º 0.89% 0.65% -
XYZ 19.36 9.93 17.73 -
YUV 73.84 152.36 194.45 -
System Red Green Blue C M Y K H S L
Decimal 167 18 117 0 0.89 0.30 0.35 320.13 0.81 0.36
Hex A7 12 75 0 59 1E 23 140 51 24
Octal 247 22 165 0 131 36 43 500 121 44
Binary 10100111 10010 1110101 0 1011001 11110 100011 101000000 1010001 100100

Color Harmonies of #A71275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71275

Black with #A71275

Text Example


Text Example

White with #A71275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71275; }

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

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

background-color css

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

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

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

border-color css

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

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

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