Html Css Color HEX #A42472 Jazzberry Jam

📋 copy color: '#A42472'

red 164 ◦ green 36 ◦ blue 114

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

Shades of Jazzberry Jam #A42472

Tints of Jazzberry Jam #A42472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.46%

 BLUE value IS 114 (44.92% from 255) = 36.31%

R = 52.23%
G = 11.46%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A42472 (or 0xA42472) is known color: Jazzberry Jam. HEX triplet: A4, 24 and 72. RGB value is (164,36,114). Sum of RGB (Red+Green+Blue) = 164+36+114=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A42472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42472 is #5BDB8D. Grayscale: #525252. Windows color (decimal): -6019982 or 7480484. OLE color: 7480484.

HSL color Cylindrical-coordinate representation of color #A42472: hue angle of 323.44º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42472 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 36 114 -
CMYK 0 0.78 0.30 0.36
HSL 323.44º 0.64% 0.39% -
HSV(B) 323.44º 0.78% 0.64% -
XYZ 18.98 10.37 16.92 -
YUV 83.16 145.41 185.66 -
System Red Green Blue C M Y K H S L
Decimal 164 36 114 0 0.78 0.30 0.36 323.44 0.64 0.39
Hex A4 24 72 0 4E 1E 24 143 40 27
Octal 244 44 162 0 116 36 44 503 100 47
Binary 10100100 100100 1110010 0 1001110 11110 100100 101000011 1000000 100111

Color Harmonies of #A42472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42472

Black with #A42472

Text Example


Text Example

White with #A42472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42472; }

 p { color: rgb(164,36,114); }

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

background-color css

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

 a { background-color: rgb(164,36,114); }

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

border-color css

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

 span { border-color: rgb(164,36,114); }

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