Html Css Color HEX #A2115E Jazzberry Jam

📋 copy color: '#A2115E'

red 162 ◦ green 17 ◦ blue 94

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

Shades of Jazzberry Jam #A2115E

Tints of Jazzberry Jam #A2115E

RGB

 RED value IS 162 (63.67% from 255) = 59.34%

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

 BLUE value IS 94 (37.11% from 255) = 34.43%

R = 59.34%
G = 6.23%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A2115E (or 0xA2115E) is known color: Jazzberry Jam. HEX triplet: A2, 11 and 5E. RGB value is (162,17,94). Sum of RGB (Red+Green+Blue) = 162+17+94=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2115E is #5DEEA1. Grayscale: #444444. Windows color (decimal): -6155938 or 6164898. OLE color: 6164898.

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

Color convert

RGB 162 17 94 -
CMYK 0 0.90 0.42 0.36
HSL 328.14º 0.81% 0.35% -
HSV(B) 328.14º 0.9% 0.64% -
XYZ 17.12 8.89 11.4 -
YUV 69.13 142.04 194.24 -
System Red Green Blue C M Y K H S L
Decimal 162 17 94 0 0.90 0.42 0.36 328.14 0.81 0.35
Hex A2 11 5E 0 5A 2A 24 148 51 23
Octal 242 21 136 0 132 52 44 510 121 43
Binary 10100010 10001 1011110 0 1011010 101010 100100 101001000 1010001 100011

Color Harmonies of #A2115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2115E

Black with #A2115E

Text Example


Text Example

White with #A2115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2115E; }

 p { color: rgb(162,17,94); }

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

background-color css

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

 a { background-color: rgb(162,17,94); }

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

border-color css

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

 span { border-color: rgb(162,17,94); }

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