Html Css Color HEX #A20450 Jazzberry Jam

📋 copy color: '#A20450'

red 162 ◦ green 4 ◦ blue 80

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

Shades of Jazzberry Jam #A20450

Tints of Jazzberry Jam #A20450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

 BLUE value IS 80 (31.64% from 255) = 32.52%

R = 65.85%
G = 1.63%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A20450 (or 0xA20450) is known color: Jazzberry Jam. HEX triplet: A2, 04 and 50. RGB value is (162,4,80). Sum of RGB (Red+Green+Blue) = 162+4+80=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A20450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20450 is #5DFBAF. Grayscale: #3B3B3B. Windows color (decimal): -6159280 or 5244066. OLE color: 5244066.

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

Color convert

RGB 162 4 80 -
CMYK 0 0.98 0.51 0.36
HSL 331.14º 0.95% 0.33% -
HSV(B) 331.14º 0.98% 0.64% -
XYZ 16.39 8.35 8.34 -
YUV 59.91 139.35 200.82 -
System Red Green Blue C M Y K H S L
Decimal 162 4 80 0 0.98 0.51 0.36 331.14 0.95 0.33
Hex A2 4 50 0 62 33 24 14B 5F 21
Octal 242 4 120 0 142 63 44 513 137 41
Binary 10100010 100 1010000 0 1100010 110011 100100 101001011 1011111 100001

Color Harmonies of #A20450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20450

Black with #A20450

Text Example


Text Example

White with #A20450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20450; }

 p { color: rgb(162,4,80); }

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

background-color css

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

 a { background-color: rgb(162,4,80); }

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

border-color css

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

 span { border-color: rgb(162,4,80); }

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