Html Css Color HEX #A2115A Jazzberry Jam

📋 copy color: '#A2115A'

red 162 ◦ green 17 ◦ blue 90

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

Shades of Jazzberry Jam #A2115A

Tints of Jazzberry Jam #A2115A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.46%

R = 60.22%
G = 6.32%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2115A (or 0xA2115A) is known color: Jazzberry Jam. HEX triplet: A2, 11 and 5A. RGB value is (162,17,90). Sum of RGB (Red+Green+Blue) = 162+17+90=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A2115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2115A is #5DEEA5. Grayscale: #444444. Windows color (decimal): -6155942 or 5902754. OLE color: 5902754.

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

Color convert

RGB 162 17 90 -
CMYK 0 0.90 0.44 0.36
HSL 329.79º 0.81% 0.35% -
HSV(B) 329.79º 0.9% 0.64% -
XYZ 16.95 8.82 10.48 -
YUV 68.68 140.04 194.56 -
System Red Green Blue C M Y K H S L
Decimal 162 17 90 0 0.90 0.44 0.36 329.79 0.81 0.35
Hex A2 11 5A 0 5A 2C 24 14A 51 23
Octal 242 21 132 0 132 54 44 512 121 43
Binary 10100010 10001 1011010 0 1011010 101100 100100 101001010 1010001 100011

Color Harmonies of #A2115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2115A

Black with #A2115A

Text Example


Text Example

White with #A2115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2115A; }

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

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

background-color css

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

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

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

border-color css

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

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

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