Html Css Color HEX #A20E5C Jazzberry Jam

📋 copy color: '#A20E5C'

red 162 ◦ green 14 ◦ blue 92

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

Shades of Jazzberry Jam #A20E5C

Tints of Jazzberry Jam #A20E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.33%

R = 60.45%
G = 5.22%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A20E5C (or 0xA20E5C) is known color: Jazzberry Jam. HEX triplet: A2, 0E and 5C. RGB value is (162,14,92). Sum of RGB (Red+Green+Blue) = 162+14+92=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E5C is #5DF1A3. Grayscale: #424242. Windows color (decimal): -6156708 or 6033058. OLE color: 6033058.

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

Color convert

RGB 162 14 92 -
CMYK 0 0.91 0.43 0.36
HSL 328.38º 0.84% 0.35% -
HSV(B) 328.38º 0.91% 0.64% -
XYZ 16.99 8.77 10.92 -
YUV 67.14 142.03 195.66 -
System Red Green Blue C M Y K H S L
Decimal 162 14 92 0 0.91 0.43 0.36 328.38 0.84 0.35
Hex A2 E 5C 0 5B 2B 24 148 54 23
Octal 242 16 134 0 133 53 44 510 124 43
Binary 10100010 1110 1011100 0 1011011 101011 100100 101001000 1010100 100011

Color Harmonies of #A20E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E5C

Black with #A20E5C

Text Example


Text Example

White with #A20E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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