Html Css Color HEX #A31772 Jazzberry Jam

📋 copy color: '#A31772'

red 163 ◦ green 23 ◦ blue 114

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

Shades of Jazzberry Jam #A31772

Tints of Jazzberry Jam #A31772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.67%

 BLUE value IS 114 (44.92% from 255) = 38%

R = 54.33%
G = 7.67%
B = 38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A31772 (or 0xA31772) is known color: Jazzberry Jam. HEX triplet: A3, 17 and 72. RGB value is (163,23,114). Sum of RGB (Red+Green+Blue) = 163+23+114=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A31772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31772 is #5CE88D. Grayscale: #4B4B4B. Windows color (decimal): -6088846 or 7477155. OLE color: 7477155.

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

Color convert

RGB 163 23 114 -
CMYK 0 0.86 0.30 0.36
HSL 321º 0.75% 0.36% -
HSV(B) 321º 0.86% 0.64% -
XYZ 18.45 9.61 16.8 -
YUV 75.23 149.88 190.6 -
System Red Green Blue C M Y K H S L
Decimal 163 23 114 0 0.86 0.30 0.36 321 0.75 0.36
Hex A3 17 72 0 56 1E 24 141 4B 24
Octal 243 27 162 0 126 36 44 501 113 44
Binary 10100011 10111 1110010 0 1010110 11110 100100 101000001 1001011 100100

Color Harmonies of #A31772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31772

Black with #A31772

Text Example


Text Example

White with #A31772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31772; }

 p { color: rgb(163,23,114); }

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

background-color css

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

 a { background-color: rgb(163,23,114); }

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

border-color css

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

 span { border-color: rgb(163,23,114); }

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