Html Css Color HEX #A20355 Jazzberry Jam

📋 copy color: '#A20355'

red 162 ◦ green 3 ◦ blue 85

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

Shades of Jazzberry Jam #A20355

Tints of Jazzberry Jam #A20355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

 BLUE value IS 85 (33.59% from 255) = 34%

R = 64.8%
G = 1.2%
B = 34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A20355 (or 0xA20355) is known color: Jazzberry Jam. HEX triplet: A2, 03 and 55. RGB value is (162,3,85). Sum of RGB (Red+Green+Blue) = 162+3+85=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A20355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20355 is #5DFCAA. Grayscale: #3B3B3B. Windows color (decimal): -6159531 or 5571490. OLE color: 5571490.

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

Color convert

RGB 162 3 85 -
CMYK 0 0.98 0.48 0.36
HSL 329.06º 0.96% 0.32% -
HSV(B) 329.06º 0.98% 0.64% -
XYZ 16.57 8.4 9.34 -
YUV 59.89 142.18 200.83 -
System Red Green Blue C M Y K H S L
Decimal 162 3 85 0 0.98 0.48 0.36 329.06 0.96 0.32
Hex A2 3 55 0 62 30 24 149 60 20
Octal 242 3 125 0 142 60 44 511 140 40
Binary 10100010 11 1010101 0 1100010 110000 100100 101001001 1100000 100000

Color Harmonies of #A20355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20355

Black with #A20355

Text Example


Text Example

White with #A20355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20355; }

 p { color: rgb(162,3,85); }

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

background-color css

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

 a { background-color: rgb(162,3,85); }

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

border-color css

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

 span { border-color: rgb(162,3,85); }

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