Html Css Color HEX #A32570 Jazzberry Jam

📋 copy color: '#A32570'

red 163 ◦ green 37 ◦ blue 112

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

Shades of Jazzberry Jam #A32570

Tints of Jazzberry Jam #A32570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.9%

R = 52.24%
G = 11.86%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A32570 (or 0xA32570) is known color: Jazzberry Jam. HEX triplet: A3, 25 and 70. RGB value is (163,37,112). Sum of RGB (Red+Green+Blue) = 163+37+112=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A32570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32570 is #5CDA8F. Grayscale: #535353. Windows color (decimal): -6085264 or 7349667. OLE color: 7349667.

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

Color convert

RGB 163 37 112 -
CMYK 0 0.77 0.31 0.36
HSL 324.29º 0.63% 0.39% -
HSV(B) 324.29º 0.77% 0.64% -
XYZ 18.69 10.28 16.33 -
YUV 83.22 144.24 184.9 -
System Red Green Blue C M Y K H S L
Decimal 163 37 112 0 0.77 0.31 0.36 324.29 0.63 0.39
Hex A3 25 70 0 4D 1F 24 144 3F 27
Octal 243 45 160 0 115 37 44 504 77 47
Binary 10100011 100101 1110000 0 1001101 11111 100100 101000100 111111 100111

Color Harmonies of #A32570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32570

Black with #A32570

Text Example


Text Example

White with #A32570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32570; }

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

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

background-color css

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

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

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

border-color css

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

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

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