Html Css Color HEX #A31773 Jazzberry Jam

📋 copy color: '#A31773'

red 163 ◦ green 23 ◦ blue 115

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

Shades of Jazzberry Jam #A31773

Tints of Jazzberry Jam #A31773

RGB

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

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

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

R = 54.15%
G = 7.64%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A31773 (or 0xA31773) is known color: Jazzberry Jam. HEX triplet: A3, 17 and 73. RGB value is (163,23,115). Sum of RGB (Red+Green+Blue) = 163+23+115=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A31773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31773 is #5CE88C. Grayscale: #4B4B4B. Windows color (decimal): -6088845 or 7542691. OLE color: 7542691.

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

Color convert

RGB 163 23 115 -
CMYK 0 0.86 0.29 0.36
HSL 320.57º 0.75% 0.36% -
HSV(B) 320.57º 0.86% 0.64% -
XYZ 18.51 9.64 17.1 -
YUV 75.35 150.38 190.52 -
System Red Green Blue C M Y K H S L
Decimal 163 23 115 0 0.86 0.29 0.36 320.57 0.75 0.36
Hex A3 17 73 0 56 1D 24 141 4B 24
Octal 243 27 163 0 126 35 44 501 113 44
Binary 10100011 10111 1110011 0 1010110 11101 100100 101000001 1001011 100100

Color Harmonies of #A31773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31773

Black with #A31773

Text Example


Text Example

White with #A31773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31773; }

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

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

background-color css

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

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

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

border-color css

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

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

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