Html Css Color HEX #A7024C Jazzberry Jam

📋 copy color: '#A7024C'

red 167 ◦ green 2 ◦ blue 76

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

Shades of Jazzberry Jam #A7024C

Tints of Jazzberry Jam #A7024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 76 (30.08% from 255) = 31.02%

R = 68.16%
G = 0.82%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A7024C (or 0xA7024C) is known color: Jazzberry Jam. HEX triplet: A7, 02 and 4C. RGB value is (167,2,76). Sum of RGB (Red+Green+Blue) = 167+2+76=245 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.16% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 167 - color contains mainly: red. Hex color #A7024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7024C is #58FDB3. Grayscale: #3B3B3B. Windows color (decimal): -5832116 or 4981415. OLE color: 4981415.

HSL color Cylindrical-coordinate representation of color #A7024C: hue angle of 333.09º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7024C is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 2 76 -
CMYK 0 0.99 0.54 0.35
HSL 333.09º 0.98% 0.33% -
HSV(B) 333.09º 0.99% 0.65% -
XYZ 17.26 8.78 7.62 -
YUV 59.77 137.16 204.48 -
System Red Green Blue C M Y K H S L
Decimal 167 2 76 0 0.99 0.54 0.35 333.09 0.98 0.33
Hex A7 2 4C 0 63 36 23 14D 62 21
Octal 247 2 114 0 143 66 43 515 142 41
Binary 10100111 10 1001100 0 1100011 110110 100011 101001101 1100010 100001

Color Harmonies of #A7024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7024C

Black with #A7024C

Text Example


Text Example

White with #A7024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7024C; }

 p { color: rgb(167,2,76); }

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

background-color css

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

 a { background-color: rgb(167,2,76); }

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

border-color css

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

 span { border-color: rgb(167,2,76); }

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