Html Css Color HEX #A20054 Jazzberry Jam

📋 copy color: '#A20054'

red 162 ◦ green 0 ◦ blue 84

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

Shades of Jazzberry Jam #A20054

Tints of Jazzberry Jam #A20054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 84 (33.2% from 255) = 34.15%

R = 65.85%
G = 0%
B = 34.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A20054 (or 0xA20054) is known color: Jazzberry Jam. HEX triplet: A2, 00 and 54. RGB value is (162,0,84). Sum of RGB (Red+Green+Blue) = 162+0+84=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A20054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20054 is #5DFFAB. Grayscale: #393939. Windows color (decimal): -6160300 or 5505186. OLE color: 5505186.

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

Color convert

RGB 162 0 84 -
CMYK 0 1 0.48 0.36
HSL 328.89º 1% 0.32% -
HSV(B) 328.89º 1% 0.64% -
XYZ 16.5 8.32 9.12 -
YUV 58.01 142.67 202.17 -
System Red Green Blue C M Y K H S L
Decimal 162 0 84 0 1 0.48 0.36 328.89 1 0.32
Hex A2 0 54 0 64 30 24 149 64 20
Octal 242 0 124 0 144 60 44 511 144 40
Binary 10100010 0 1010100 0 1100100 110000 100100 101001001 1100100 100000

Color Harmonies of #A20054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20054

Black with #A20054

Text Example


Text Example

White with #A20054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20054; }

 p { color: rgb(162,0,84); }

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

background-color css

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

 a { background-color: rgb(162,0,84); }

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

border-color css

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

 span { border-color: rgb(162,0,84); }

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