Html Css Color HEX #A32572 Jazzberry Jam

📋 copy color: '#A32572'

red 163 ◦ green 37 ◦ blue 114

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

Shades of Jazzberry Jam #A32572

Tints of Jazzberry Jam #A32572

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.78%

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

R = 51.91%
G = 11.78%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A32572 (or 0xA32572) is known color: Jazzberry Jam. HEX triplet: A3, 25 and 72. RGB value is (163,37,114). Sum of RGB (Red+Green+Blue) = 163+37+114=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A32572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32572 is #5CDA8D. Grayscale: #535353. Windows color (decimal): -6085262 or 7480739. OLE color: 7480739.

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

Color convert

RGB 163 37 114 -
CMYK 0 0.77 0.30 0.36
HSL 323.33º 0.63% 0.39% -
HSV(B) 323.33º 0.77% 0.64% -
XYZ 18.8 10.32 16.92 -
YUV 83.45 145.24 184.74 -
System Red Green Blue C M Y K H S L
Decimal 163 37 114 0 0.77 0.30 0.36 323.33 0.63 0.39
Hex A3 25 72 0 4D 1E 24 143 3F 27
Octal 243 45 162 0 115 36 44 503 77 47
Binary 10100011 100101 1110010 0 1001101 11110 100100 101000011 111111 100111

Color Harmonies of #A32572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32572

Black with #A32572

Text Example


Text Example

White with #A32572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32572; }

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

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

background-color css

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

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

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

border-color css

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

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

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