Html Css Color HEX #A32170 Jazzberry Jam

📋 copy color: '#A32170'

red 163 ◦ green 33 ◦ blue 112

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

Shades of Jazzberry Jam #A32170

Tints of Jazzberry Jam #A32170

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.71%

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

R = 52.92%
G = 10.71%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A32170 (or 0xA32170) is known color: Jazzberry Jam. HEX triplet: A3, 21 and 70. RGB value is (163,33,112). Sum of RGB (Red+Green+Blue) = 163+33+112=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A32170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32170 is #5CDE8F. Grayscale: #505050. Windows color (decimal): -6086288 or 7348643. OLE color: 7348643.

HSL color Cylindrical-coordinate representation of color #A32170: hue angle of 323.54º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32170 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 33 112 -
CMYK 0 0.80 0.31 0.36
HSL 323.54º 0.66% 0.38% -
HSV(B) 323.54º 0.8% 0.64% -
XYZ 18.57 10.04 16.29 -
YUV 80.88 145.57 186.58 -
System Red Green Blue C M Y K H S L
Decimal 163 33 112 0 0.80 0.31 0.36 323.54 0.66 0.38
Hex A3 21 70 0 50 1F 24 144 42 26
Octal 243 41 160 0 120 37 44 504 102 46
Binary 10100011 100001 1110000 0 1010000 11111 100100 101000100 1000010 100110

Color Harmonies of #A32170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32170

Black with #A32170

Text Example


Text Example

White with #A32170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32170; }

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

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

background-color css

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

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

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

border-color css

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

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

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