Html Css Color HEX #A32471 Jazzberry Jam

📋 copy color: '#A32471'

red 163 ◦ green 36 ◦ blue 113

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

Shades of Jazzberry Jam #A32471

Tints of Jazzberry Jam #A32471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.22%

R = 52.24%
G = 11.54%
B = 36.22%

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

#A32471 (or 0xA32471) is known color: Jazzberry Jam. HEX triplet: A3, 24 and 71. RGB value is (163,36,113). Sum of RGB (Red+Green+Blue) = 163+36+113=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A32471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32471 is #5CDB8E. Grayscale: #525252. Windows color (decimal): -6085519 or 7414947. OLE color: 7414947.

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

Color convert

RGB 163 36 113 -
CMYK 0 0.78 0.31 0.36
HSL 323.62º 0.64% 0.39% -
HSV(B) 323.62º 0.78% 0.64% -
XYZ 18.72 10.24 16.61 -
YUV 82.75 145.08 185.24 -
System Red Green Blue C M Y K H S L
Decimal 163 36 113 0 0.78 0.31 0.36 323.62 0.64 0.39
Hex A3 24 71 0 4E 1F 24 144 40 27
Octal 243 44 161 0 116 37 44 504 100 47
Binary 10100011 100100 1110001 0 1001110 11111 100100 101000100 1000000 100111

Color Harmonies of #A32471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32471

Black with #A32471

Text Example


Text Example

White with #A32471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32471; }

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

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

background-color css

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

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

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

border-color css

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

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

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