Html Css Color HEX #A31473 Jazzberry Jam

📋 copy color: '#A31473'

red 163 ◦ green 20 ◦ blue 115

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

Shades of Jazzberry Jam #A31473

Tints of Jazzberry Jam #A31473

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.71%

 BLUE value IS 115 (45.31% from 255) = 38.59%

R = 54.7%
G = 6.71%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A31473 (or 0xA31473) is known color: Jazzberry Jam. HEX triplet: A3, 14 and 73. RGB value is (163,20,115). Sum of RGB (Red+Green+Blue) = 163+20+115=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A31473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31473 is #5CEB8C. Grayscale: #494949. Windows color (decimal): -6089613 or 7541923. OLE color: 7541923.

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

Color convert

RGB 163 20 115 -
CMYK 0 0.88 0.29 0.36
HSL 320.14º 0.78% 0.36% -
HSV(B) 320.14º 0.88% 0.64% -
XYZ 18.45 9.52 17.09 -
YUV 73.59 151.38 191.78 -
System Red Green Blue C M Y K H S L
Decimal 163 20 115 0 0.88 0.29 0.36 320.14 0.78 0.36
Hex A3 14 73 0 58 1D 24 140 4E 24
Octal 243 24 163 0 130 35 44 500 116 44
Binary 10100011 10100 1110011 0 1011000 11101 100100 101000000 1001110 100100

Color Harmonies of #A31473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31473

Black with #A31473

Text Example


Text Example

White with #A31473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31473; }

 p { color: rgb(163,20,115); }

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

background-color css

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

 a { background-color: rgb(163,20,115); }

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

border-color css

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

 span { border-color: rgb(163,20,115); }

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