Html Css Color HEX #A2155E Jazzberry Jam

📋 copy color: '#A2155E'

red 162 ◦ green 21 ◦ blue 94

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

Shades of Jazzberry Jam #A2155E

Tints of Jazzberry Jam #A2155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.94%

R = 58.48%
G = 7.58%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A2155E (or 0xA2155E) is known color: Jazzberry Jam. HEX triplet: A2, 15 and 5E. RGB value is (162,21,94). Sum of RGB (Red+Green+Blue) = 162+21+94=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A2155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2155E is #5DEAA1. Grayscale: #474747. Windows color (decimal): -6154914 or 6165922. OLE color: 6165922.

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

Color convert

RGB 162 21 94 -
CMYK 0 0.87 0.42 0.36
HSL 328.94º 0.77% 0.36% -
HSV(B) 328.94º 0.87% 0.64% -
XYZ 17.19 9.03 11.43 -
YUV 71.48 140.71 192.56 -
System Red Green Blue C M Y K H S L
Decimal 162 21 94 0 0.87 0.42 0.36 328.94 0.77 0.36
Hex A2 15 5E 0 57 2A 24 149 4D 24
Octal 242 25 136 0 127 52 44 511 115 44
Binary 10100010 10101 1011110 0 1010111 101010 100100 101001001 1001101 100100

Color Harmonies of #A2155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2155E

Black with #A2155E

Text Example


Text Example

White with #A2155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2155E; }

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

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

background-color css

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

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

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

border-color css

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

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

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