Html Css Color HEX #A2115D Jazzberry Jam

📋 copy color: '#A2115D'

red 162 ◦ green 17 ◦ blue 93

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

Shades of Jazzberry Jam #A2115D

Tints of Jazzberry Jam #A2115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.19%

R = 59.56%
G = 6.25%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A2115D (or 0xA2115D) is known color: Jazzberry Jam. HEX triplet: A2, 11 and 5D. RGB value is (162,17,93). Sum of RGB (Red+Green+Blue) = 162+17+93=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A2115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2115D is #5DEEA2. Grayscale: #444444. Windows color (decimal): -6155939 or 6099362. OLE color: 6099362.

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

Color convert

RGB 162 17 93 -
CMYK 0 0.90 0.43 0.36
HSL 328.55º 0.81% 0.35% -
HSV(B) 328.55º 0.9% 0.64% -
XYZ 17.08 8.87 11.17 -
YUV 69.02 141.54 194.32 -
System Red Green Blue C M Y K H S L
Decimal 162 17 93 0 0.90 0.43 0.36 328.55 0.81 0.35
Hex A2 11 5D 0 5A 2B 24 149 51 23
Octal 242 21 135 0 132 53 44 511 121 43
Binary 10100010 10001 1011101 0 1011010 101011 100100 101001001 1010001 100011

Color Harmonies of #A2115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2115D

Black with #A2115D

Text Example


Text Example

White with #A2115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2115D; }

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

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

background-color css

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

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

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

border-color css

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

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

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