Html Css Color HEX #A9024E Jazzberry Jam

📋 copy color: '#A9024E'

red 169 ◦ green 2 ◦ blue 78

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

Shades of Jazzberry Jam #A9024E

Tints of Jazzberry Jam #A9024E

RGB

 RED value IS 169 (66.41% from 255) = 67.87%

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

 BLUE value IS 78 (30.86% from 255) = 31.33%

R = 67.87%
G = 0.8%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A9024E (or 0xA9024E) is known color: Jazzberry Jam. HEX triplet: A9, 02 and 4E. RGB value is (169,2,78). Sum of RGB (Red+Green+Blue) = 169+2+78=249 (32% of max value = 765). Red value is 169 (66.41% from 255 or 67.87% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 169 - color contains mainly: red. Hex color #A9024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9024E is #56FDB1. Grayscale: #3C3C3C. Windows color (decimal): -5701042 or 5112489. OLE color: 5112489.

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

Color convert

RGB 169 2 78 -
CMYK 0 0.99 0.54 0.34
HSL 332.69º 0.98% 0.34% -
HSV(B) 332.69º 0.99% 0.66% -
XYZ 17.76 9.03 8.01 -
YUV 60.6 137.83 205.32 -
System Red Green Blue C M Y K H S L
Decimal 169 2 78 0 0.99 0.54 0.34 332.69 0.98 0.34
Hex A9 2 4E 0 63 36 22 14D 62 22
Octal 251 2 116 0 143 66 42 515 142 42
Binary 10101001 10 1001110 0 1100011 110110 100010 101001101 1100010 100010

Color Harmonies of #A9024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9024E

Black with #A9024E

Text Example


Text Example

White with #A9024E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9024E; }

 p { color: rgb(169,2,78); }

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

background-color css

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

 a { background-color: rgb(169,2,78); }

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

border-color css

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

 span { border-color: rgb(169,2,78); }

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