Html Css Color HEX #A20044 Jazzberry Jam

📋 copy color: '#A20044'

red 162 ◦ green 0 ◦ blue 68

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

Shades of Jazzberry Jam #A20044

Tints of Jazzberry Jam #A20044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.57%

R = 70.43%
G = 0%
B = 29.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A20044 (or 0xA20044) is known color: Jazzberry Jam. HEX triplet: A2, 00 and 44. RGB value is (162,0,68). Sum of RGB (Red+Green+Blue) = 162+0+68=230 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.43% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 162 - color contains mainly: red. Hex color #A20044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20044 is #5DFFBB. Grayscale: #383838. Windows color (decimal): -6160316 or 4456610. OLE color: 4456610.

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

Color convert

RGB 162 0 68 -
CMYK 0 1 0.58 0.36
HSL 334.81º 1% 0.32% -
HSV(B) 334.81º 1% 0.64% -
XYZ 15.94 8.1 6.19 -
YUV 56.19 134.67 203.47 -
System Red Green Blue C M Y K H S L
Decimal 162 0 68 0 1 0.58 0.36 334.81 1 0.32
Hex A2 0 44 0 64 3A 24 14F 64 20
Octal 242 0 104 0 144 72 44 517 144 40
Binary 10100010 0 1000100 0 1100100 111010 100100 101001111 1100100 100000

Color Harmonies of #A20044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20044

Black with #A20044

Text Example


Text Example

White with #A20044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20044; }

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

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

background-color css

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

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

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

border-color css

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

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

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