Html Css Color HEX #A2155A Jazzberry Jam

📋 copy color: '#A2155A'

red 162 ◦ green 21 ◦ blue 90

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

Shades of Jazzberry Jam #A2155A

Tints of Jazzberry Jam #A2155A

RGB

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

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

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

R = 59.34%
G = 7.69%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2155A (or 0xA2155A) is known color: Jazzberry Jam. HEX triplet: A2, 15 and 5A. RGB value is (162,21,90). Sum of RGB (Red+Green+Blue) = 162+21+90=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2155A is #5DEAA5. Grayscale: #464646. Windows color (decimal): -6154918 or 5903778. OLE color: 5903778.

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

Color convert

RGB 162 21 90 -
CMYK 0 0.87 0.44 0.36
HSL 330.64º 0.77% 0.36% -
HSV(B) 330.64º 0.87% 0.64% -
XYZ 17.01 8.96 10.5 -
YUV 71.03 138.71 192.89 -
System Red Green Blue C M Y K H S L
Decimal 162 21 90 0 0.87 0.44 0.36 330.64 0.77 0.36
Hex A2 15 5A 0 57 2C 24 14B 4D 24
Octal 242 25 132 0 127 54 44 513 115 44
Binary 10100010 10101 1011010 0 1010111 101100 100100 101001011 1001101 100100

Color Harmonies of #A2155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2155A

Black with #A2155A

Text Example


Text Example

White with #A2155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2155A; }

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

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

background-color css

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

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

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

border-color css

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

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

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