Html Css Color HEX #A2155D Jazzberry Jam

📋 copy color: '#A2155D'

red 162 ◦ green 21 ◦ blue 93

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

Shades of Jazzberry Jam #A2155D

Tints of Jazzberry Jam #A2155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.61%

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

R = 58.7%
G = 7.61%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A2155D (or 0xA2155D) is known color: Jazzberry Jam. HEX triplet: A2, 15 and 5D. RGB value is (162,21,93). Sum of RGB (Red+Green+Blue) = 162+21+93=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A2155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2155D is #5DEAA2. Grayscale: #474747. Windows color (decimal): -6154915 or 6100386. OLE color: 6100386.

HSL color Cylindrical-coordinate representation of color #A2155D: hue angle of 329.36º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2155D is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 21 93 -
CMYK 0 0.87 0.43 0.36
HSL 329.36º 0.77% 0.36% -
HSV(B) 329.36º 0.87% 0.64% -
XYZ 17.14 9.01 11.19 -
YUV 71.37 140.21 192.65 -
System Red Green Blue C M Y K H S L
Decimal 162 21 93 0 0.87 0.43 0.36 329.36 0.77 0.36
Hex A2 15 5D 0 57 2B 24 149 4D 24
Octal 242 25 135 0 127 53 44 511 115 44
Binary 10100010 10101 1011101 0 1010111 101011 100100 101001001 1001101 100100

Color Harmonies of #A2155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2155D

Black with #A2155D

Text Example


Text Example

White with #A2155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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