Html Css Color HEX #A31666 Jazzberry Jam

📋 copy color: '#A31666'

red 163 ◦ green 22 ◦ blue 102

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

Shades of Jazzberry Jam #A31666

Tints of Jazzberry Jam #A31666

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.67%

 BLUE value IS 102 (40.23% from 255) = 35.54%

R = 56.79%
G = 7.67%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A31666 (or 0xA31666) is known color: Jazzberry Jam. HEX triplet: A3, 16 and 66. RGB value is (163,22,102). Sum of RGB (Red+Green+Blue) = 163+22+102=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A31666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31666 is #5CE999. Grayscale: #494949. Windows color (decimal): -6089114 or 6690467. OLE color: 6690467.

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

Color convert

RGB 163 22 102 -
CMYK 0 0.87 0.37 0.36
HSL 325.96º 0.76% 0.36% -
HSV(B) 325.96º 0.87% 0.64% -
XYZ 17.79 9.32 13.43 -
YUV 73.28 144.21 192 -
System Red Green Blue C M Y K H S L
Decimal 163 22 102 0 0.87 0.37 0.36 325.96 0.76 0.36
Hex A3 16 66 0 57 25 24 146 4C 24
Octal 243 26 146 0 127 45 44 506 114 44
Binary 10100011 10110 1100110 0 1010111 100101 100100 101000110 1001100 100100

Color Harmonies of #A31666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31666

Black with #A31666

Text Example


Text Example

White with #A31666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31666; }

 p { color: rgb(163,22,102); }

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

background-color css

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

 a { background-color: rgb(163,22,102); }

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

border-color css

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

 span { border-color: rgb(163,22,102); }

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