Html Css Color HEX #A4024E Jazzberry Jam

📋 copy color: '#A4024E'

red 164 ◦ green 2 ◦ blue 78

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

Shades of Jazzberry Jam #A4024E

Tints of Jazzberry Jam #A4024E

RGB

 RED value IS 164 (64.45% from 255) = 67.21%

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

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

R = 67.21%
G = 0.82%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A4024E (or 0xA4024E) is known color: Jazzberry Jam. HEX triplet: A4, 02 and 4E. RGB value is (164,2,78). Sum of RGB (Red+Green+Blue) = 164+2+78=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A4024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4024E is #5BFDB1. Grayscale: #3A3A3A. Windows color (decimal): -6028722 or 5112484. OLE color: 5112484.

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

Color convert

RGB 164 2 78 -
CMYK 0 0.99 0.52 0.36
HSL 331.85º 0.98% 0.33% -
HSV(B) 331.85º 0.99% 0.64% -
XYZ 16.71 8.49 7.97 -
YUV 59.1 138.67 202.82 -
System Red Green Blue C M Y K H S L
Decimal 164 2 78 0 0.99 0.52 0.36 331.85 0.98 0.33
Hex A4 2 4E 0 63 34 24 14C 62 21
Octal 244 2 116 0 143 64 44 514 142 41
Binary 10100100 10 1001110 0 1100011 110100 100100 101001100 1100010 100001

Color Harmonies of #A4024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4024E

Black with #A4024E

Text Example


Text Example

White with #A4024E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4024E; }

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

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

background-color css

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

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

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

border-color css

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

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

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