Html Css Color HEX #A2115F Jazzberry Jam

📋 copy color: '#A2115F'

red 162 ◦ green 17 ◦ blue 95

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

Shades of Jazzberry Jam #A2115F

Tints of Jazzberry Jam #A2115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.67%

R = 59.12%
G = 6.2%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A2115F (or 0xA2115F) is known color: Jazzberry Jam. HEX triplet: A2, 11 and 5F. RGB value is (162,17,95). Sum of RGB (Red+Green+Blue) = 162+17+95=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A2115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2115F is #5DEEA0. Grayscale: #454545. Windows color (decimal): -6155937 or 6230434. OLE color: 6230434.

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

Color convert

RGB 162 17 95 -
CMYK 0 0.90 0.41 0.36
HSL 327.72º 0.81% 0.35% -
HSV(B) 327.72º 0.9% 0.64% -
XYZ 17.17 8.91 11.64 -
YUV 69.25 142.54 194.16 -
System Red Green Blue C M Y K H S L
Decimal 162 17 95 0 0.90 0.41 0.36 327.72 0.81 0.35
Hex A2 11 5F 0 5A 29 24 148 51 23
Octal 242 21 137 0 132 51 44 510 121 43
Binary 10100010 10001 1011111 0 1011010 101001 100100 101001000 1010001 100011

Color Harmonies of #A2115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2115F

Black with #A2115F

Text Example


Text Example

White with #A2115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2115F; }

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

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

background-color css

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

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

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

border-color css

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

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

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