Html Css Color HEX #A20E68 Jazzberry Jam

📋 copy color: '#A20E68'

red 162 ◦ green 14 ◦ blue 104

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

Shades of Jazzberry Jam #A20E68

Tints of Jazzberry Jam #A20E68

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5%

 BLUE value IS 104 (41.02% from 255) = 37.14%

R = 57.86%
G = 5%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A20E68 (or 0xA20E68) is known color: Jazzberry Jam. HEX triplet: A2, 0E and 68. RGB value is (162,14,104). Sum of RGB (Red+Green+Blue) = 162+14+104=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E68 is #5DF197. Grayscale: #444444. Windows color (decimal): -6156696 or 6819490. OLE color: 6819490.

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

Color convert

RGB 162 14 104 -
CMYK 0 0.91 0.36 0.36
HSL 323.51º 0.84% 0.35% -
HSV(B) 323.51º 0.91% 0.64% -
XYZ 17.56 8.99 13.91 -
YUV 68.51 148.03 194.68 -
System Red Green Blue C M Y K H S L
Decimal 162 14 104 0 0.91 0.36 0.36 323.51 0.84 0.35
Hex A2 E 68 0 5B 24 24 144 54 23
Octal 242 16 150 0 133 44 44 504 124 43
Binary 10100010 1110 1101000 0 1011011 100100 100100 101000100 1010100 100011

Color Harmonies of #A20E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E68

Black with #A20E68

Text Example


Text Example

White with #A20E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E68; }

 p { color: rgb(162,14,104); }

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

background-color css

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

 a { background-color: rgb(162,14,104); }

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

border-color css

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

 span { border-color: rgb(162,14,104); }

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