Html Css Color HEX #A32470 Jazzberry Jam

📋 copy color: '#A32470'

red 163 ◦ green 36 ◦ blue 112

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

Shades of Jazzberry Jam #A32470

Tints of Jazzberry Jam #A32470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.58%

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

R = 52.41%
G = 11.58%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A32470 (or 0xA32470) is known color: Jazzberry Jam. HEX triplet: A3, 24 and 70. RGB value is (163,36,112). Sum of RGB (Red+Green+Blue) = 163+36+112=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A32470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32470 is #5CDB8F. Grayscale: #525252. Windows color (decimal): -6085520 or 7349411. OLE color: 7349411.

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

Color convert

RGB 163 36 112 -
CMYK 0 0.78 0.31 0.36
HSL 324.09º 0.64% 0.39% -
HSV(B) 324.09º 0.78% 0.64% -
XYZ 18.66 10.22 16.32 -
YUV 82.64 144.58 185.32 -
System Red Green Blue C M Y K H S L
Decimal 163 36 112 0 0.78 0.31 0.36 324.09 0.64 0.39
Hex A3 24 70 0 4E 1F 24 144 40 27
Octal 243 44 160 0 116 37 44 504 100 47
Binary 10100011 100100 1110000 0 1001110 11111 100100 101000100 1000000 100111

Color Harmonies of #A32470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32470

Black with #A32470

Text Example


Text Example

White with #A32470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32470; }

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

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

background-color css

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

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

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

border-color css

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

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

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