Html Css Color HEX #A32372 Jazzberry Jam

📋 copy color: '#A32372'

red 163 ◦ green 35 ◦ blue 114

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

Shades of Jazzberry Jam #A32372

Tints of Jazzberry Jam #A32372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.22%

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

R = 52.24%
G = 11.22%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A32372 (or 0xA32372) is known color: Jazzberry Jam. HEX triplet: A3, 23 and 72. RGB value is (163,35,114). Sum of RGB (Red+Green+Blue) = 163+35+114=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A32372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32372 is #5CDC8D. Grayscale: #525252. Windows color (decimal): -6085774 or 7480227. OLE color: 7480227.

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

Color convert

RGB 163 35 114 -
CMYK 0 0.79 0.30 0.36
HSL 322.97º 0.65% 0.39% -
HSV(B) 322.97º 0.79% 0.64% -
XYZ 18.74 10.2 16.9 -
YUV 82.28 145.91 185.58 -
System Red Green Blue C M Y K H S L
Decimal 163 35 114 0 0.79 0.30 0.36 322.97 0.65 0.39
Hex A3 23 72 0 4F 1E 24 143 41 27
Octal 243 43 162 0 117 36 44 503 101 47
Binary 10100011 100011 1110010 0 1001111 11110 100100 101000011 1000001 100111

Color Harmonies of #A32372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32372

Black with #A32372

Text Example


Text Example

White with #A32372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32372; }

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

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

background-color css

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

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

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

border-color css

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

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

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