Html Css Color HEX #A2155F Jazzberry Jam

📋 copy color: '#A2155F'

red 162 ◦ green 21 ◦ blue 95

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

Shades of Jazzberry Jam #A2155F

Tints of Jazzberry Jam #A2155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.17%

R = 58.27%
G = 7.55%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A2155F (or 0xA2155F) is known color: Jazzberry Jam. HEX triplet: A2, 15 and 5F. RGB value is (162,21,95). Sum of RGB (Red+Green+Blue) = 162+21+95=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A2155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2155F is #5DEAA0. Grayscale: #474747. Windows color (decimal): -6154913 or 6231458. OLE color: 6231458.

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

Color convert

RGB 162 21 95 -
CMYK 0 0.87 0.41 0.36
HSL 328.51º 0.77% 0.36% -
HSV(B) 328.51º 0.87% 0.64% -
XYZ 17.23 9.04 11.66 -
YUV 71.6 141.21 192.48 -
System Red Green Blue C M Y K H S L
Decimal 162 21 95 0 0.87 0.41 0.36 328.51 0.77 0.36
Hex A2 15 5F 0 57 29 24 149 4D 24
Octal 242 25 137 0 127 51 44 511 115 44
Binary 10100010 10101 1011111 0 1010111 101001 100100 101001001 1001101 100100

Color Harmonies of #A2155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2155F

Black with #A2155F

Text Example


Text Example

White with #A2155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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