Html Css Color HEX #A2165E Jazzberry Jam

📋 copy color: '#A2165E'

red 162 ◦ green 22 ◦ blue 94

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

Shades of Jazzberry Jam #A2165E

Tints of Jazzberry Jam #A2165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.91%

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

R = 58.27%
G = 7.91%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A2165E (or 0xA2165E) is known color: Jazzberry Jam. HEX triplet: A2, 16 and 5E. RGB value is (162,22,94). Sum of RGB (Red+Green+Blue) = 162+22+94=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A2165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2165E is #5DE9A1. Grayscale: #474747. Windows color (decimal): -6154658 or 6166178. OLE color: 6166178.

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

Color convert

RGB 162 22 94 -
CMYK 0 0.86 0.42 0.36
HSL 329.14º 0.76% 0.36% -
HSV(B) 329.14º 0.86% 0.64% -
XYZ 17.21 9.06 11.43 -
YUV 72.07 140.38 192.15 -
System Red Green Blue C M Y K H S L
Decimal 162 22 94 0 0.86 0.42 0.36 329.14 0.76 0.36
Hex A2 16 5E 0 56 2A 24 149 4C 24
Octal 242 26 136 0 126 52 44 511 114 44
Binary 10100010 10110 1011110 0 1010110 101010 100100 101001001 1001100 100100

Color Harmonies of #A2165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2165E

Black with #A2165E

Text Example


Text Example

White with #A2165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2165E; }

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

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

background-color css

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

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

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

border-color css

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

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

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