Html Css Color HEX #A31569 Jazzberry Jam

📋 copy color: '#A31569'

red 163 ◦ green 21 ◦ blue 105

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

Shades of Jazzberry Jam #A31569

Tints of Jazzberry Jam #A31569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.33%

R = 56.4%
G = 7.27%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A31569 (or 0xA31569) is known color: Jazzberry Jam. HEX triplet: A3, 15 and 69. RGB value is (163,21,105). Sum of RGB (Red+Green+Blue) = 163+21+105=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A31569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31569 is #5CEA96. Grayscale: #484848. Windows color (decimal): -6089367 or 6886819. OLE color: 6886819.

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

Color convert

RGB 163 21 105 -
CMYK 0 0.87 0.36 0.36
HSL 324.51º 0.77% 0.36% -
HSV(B) 324.51º 0.87% 0.64% -
XYZ 17.92 9.34 14.22 -
YUV 73.03 146.04 192.17 -
System Red Green Blue C M Y K H S L
Decimal 163 21 105 0 0.87 0.36 0.36 324.51 0.77 0.36
Hex A3 15 69 0 57 24 24 145 4D 24
Octal 243 25 151 0 127 44 44 505 115 44
Binary 10100011 10101 1101001 0 1010111 100100 100100 101000101 1001101 100100

Color Harmonies of #A31569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31569

Black with #A31569

Text Example


Text Example

White with #A31569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31569; }

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

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

background-color css

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

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

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

border-color css

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

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

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