Html Css Color HEX #A31564 Jazzberry Jam

📋 copy color: '#A31564'

red 163 ◦ green 21 ◦ blue 100

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

Shades of Jazzberry Jam #A31564

Tints of Jazzberry Jam #A31564

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.39%

 BLUE value IS 100 (39.45% from 255) = 35.21%

R = 57.39%
G = 7.39%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A31564 (or 0xA31564) is known color: Jazzberry Jam. HEX triplet: A3, 15 and 64. RGB value is (163,21,100). Sum of RGB (Red+Green+Blue) = 163+21+100=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A31564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31564 is #5CEA9B. Grayscale: #484848. Windows color (decimal): -6089372 or 6559139. OLE color: 6559139.

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

Color convert

RGB 163 21 100 -
CMYK 0 0.87 0.39 0.36
HSL 326.62º 0.77% 0.36% -
HSV(B) 326.62º 0.87% 0.64% -
XYZ 17.67 9.24 12.91 -
YUV 72.46 143.54 192.58 -
System Red Green Blue C M Y K H S L
Decimal 163 21 100 0 0.87 0.39 0.36 326.62 0.77 0.36
Hex A3 15 64 0 57 27 24 147 4D 24
Octal 243 25 144 0 127 47 44 507 115 44
Binary 10100011 10101 1100100 0 1010111 100111 100100 101000111 1001101 100100

Color Harmonies of #A31564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31564

Black with #A31564

Text Example


Text Example

White with #A31564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31564; }

 p { color: rgb(163,21,100); }

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

background-color css

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

 a { background-color: rgb(163,21,100); }

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

border-color css

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

 span { border-color: rgb(163,21,100); }

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