Html Css Color HEX #A32472 Jazzberry Jam

📋 copy color: '#A32472'

red 163 ◦ green 36 ◦ blue 114

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

Shades of Jazzberry Jam #A32472

Tints of Jazzberry Jam #A32472

RGB

 RED value IS 163 (64.06% from 255) = 52.08%

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

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

R = 52.08%
G = 11.5%
B = 36.42%

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

#A32472 (or 0xA32472) is known color: Jazzberry Jam. HEX triplet: A3, 24 and 72. RGB value is (163,36,114). Sum of RGB (Red+Green+Blue) = 163+36+114=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A32472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32472 is #5CDB8D. Grayscale: #525252. Windows color (decimal): -6085518 or 7480483. OLE color: 7480483.

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

Color convert

RGB 163 36 114 -
CMYK 0 0.78 0.30 0.36
HSL 323.15º 0.64% 0.39% -
HSV(B) 323.15º 0.78% 0.64% -
XYZ 18.77 10.26 16.91 -
YUV 82.87 145.58 185.16 -
System Red Green Blue C M Y K H S L
Decimal 163 36 114 0 0.78 0.30 0.36 323.15 0.64 0.39
Hex A3 24 72 0 4E 1E 24 143 40 27
Octal 243 44 162 0 116 36 44 503 100 47
Binary 10100011 100100 1110010 0 1001110 11110 100100 101000011 1000000 100111

Color Harmonies of #A32472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32472

Black with #A32472

Text Example


Text Example

White with #A32472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32472; }

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

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

background-color css

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

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

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

border-color css

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

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

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