Html Css Color HEX #A31969 Jazzberry Jam

📋 copy color: '#A31969'

red 163 ◦ green 25 ◦ blue 105

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

Shades of Jazzberry Jam #A31969

Tints of Jazzberry Jam #A31969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.53%

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

R = 55.63%
G = 8.53%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A31969 (or 0xA31969) is known color: Jazzberry Jam. HEX triplet: A3, 19 and 69. RGB value is (163,25,105). Sum of RGB (Red+Green+Blue) = 163+25+105=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A31969 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31969 is #5CE696. Grayscale: #4B4B4B. Windows color (decimal): -6088343 or 6887843. OLE color: 6887843.

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

Color convert

RGB 163 25 105 -
CMYK 0 0.85 0.36 0.36
HSL 325.22º 0.73% 0.37% -
HSV(B) 325.22º 0.85% 0.64% -
XYZ 18 9.5 14.25 -
YUV 75.38 144.72 190.5 -
System Red Green Blue C M Y K H S L
Decimal 163 25 105 0 0.85 0.36 0.36 325.22 0.73 0.37
Hex A3 19 69 0 55 24 24 145 49 25
Octal 243 31 151 0 125 44 44 505 111 45
Binary 10100011 11001 1101001 0 1010101 100100 100100 101000101 1001001 100101

Color Harmonies of #A31969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31969

Black with #A31969

Text Example


Text Example

White with #A31969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31969; }

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

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

background-color css

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

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

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

border-color css

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

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

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