Html Css Color HEX #A32270 Jazzberry Jam

📋 copy color: '#A32270'

red 163 ◦ green 34 ◦ blue 112

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

Shades of Jazzberry Jam #A32270

Tints of Jazzberry Jam #A32270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11%

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

R = 52.75%
G = 11%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A32270 (or 0xA32270) is known color: Jazzberry Jam. HEX triplet: A3, 22 and 70. RGB value is (163,34,112). Sum of RGB (Red+Green+Blue) = 163+34+112=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A32270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32270 is #5CDD8F. Grayscale: #515151. Windows color (decimal): -6086032 or 7348899. OLE color: 7348899.

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

Color convert

RGB 163 34 112 -
CMYK 0 0.79 0.31 0.36
HSL 323.72º 0.65% 0.39% -
HSV(B) 323.72º 0.79% 0.64% -
XYZ 18.6 10.1 16.3 -
YUV 81.46 145.24 186.16 -
System Red Green Blue C M Y K H S L
Decimal 163 34 112 0 0.79 0.31 0.36 323.72 0.65 0.39
Hex A3 22 70 0 4F 1F 24 144 41 27
Octal 243 42 160 0 117 37 44 504 101 47
Binary 10100011 100010 1110000 0 1001111 11111 100100 101000100 1000001 100111

Color Harmonies of #A32270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32270

Black with #A32270

Text Example


Text Example

White with #A32270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32270; }

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

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

background-color css

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

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

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

border-color css

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

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

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