Html Css Color HEX #A31162 Jazzberry Jam

📋 copy color: '#A31162'

red 163 ◦ green 17 ◦ blue 98

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

Shades of Jazzberry Jam #A31162

Tints of Jazzberry Jam #A31162

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.12%

 BLUE value IS 98 (38.67% from 255) = 35.25%

R = 58.63%
G = 6.12%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A31162 (or 0xA31162) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 62. RGB value is (163,17,98). Sum of RGB (Red+Green+Blue) = 163+17+98=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A31162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31162 is #5CEE9D. Grayscale: #454545. Windows color (decimal): -6090398 or 6427043. OLE color: 6427043.

HSL color Cylindrical-coordinate representation of color #A31162: hue angle of 326.71º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31162 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 17 98 -
CMYK 0 0.90 0.40 0.36
HSL 326.71º 0.81% 0.35% -
HSV(B) 326.71º 0.9% 0.64% -
XYZ 17.51 9.07 12.38 -
YUV 69.89 143.87 194.41 -
System Red Green Blue C M Y K H S L
Decimal 163 17 98 0 0.90 0.40 0.36 326.71 0.81 0.35
Hex A3 11 62 0 5A 28 24 147 51 23
Octal 243 21 142 0 132 50 44 507 121 43
Binary 10100011 10001 1100010 0 1011010 101000 100100 101000111 1010001 100011

Color Harmonies of #A31162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31162

Black with #A31162

Text Example


Text Example

White with #A31162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31162; }

 p { color: rgb(163,17,98); }

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

background-color css

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

 a { background-color: rgb(163,17,98); }

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

border-color css

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

 span { border-color: rgb(163,17,98); }

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