Html Css Color HEX #A02063 Jazzberry Jam

📋 copy color: '#A02063'

red 160 ◦ green 32 ◦ blue 99

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

Shades of Jazzberry Jam #A02063

Tints of Jazzberry Jam #A02063

RGB

 RED value IS 160 (62.89% from 255) = 54.98%

 GREEN value IS 32 (12.89% from 255) = 11%

 BLUE value IS 99 (39.06% from 255) = 34.02%

R = 54.98%
G = 11%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A02063 (or 0xA02063) is known color: Jazzberry Jam. HEX triplet: A0, 20 and 63. RGB value is (160,32,99). Sum of RGB (Red+Green+Blue) = 160+32+99=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A02063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02063 is #5FDF9C. Grayscale: #4D4D4D. Windows color (decimal): -6283165 or 6496416. OLE color: 6496416.

HSL color Cylindrical-coordinate representation of color #A02063: hue angle of 328.59º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02063 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 32 99 -
CMYK 0 0.80 0.38 0.37
HSL 328.59º 0.67% 0.38% -
HSV(B) 328.59º 0.8% 0.63% -
XYZ 17.27 9.41 12.71 -
YUV 77.91 139.91 186.55 -
System Red Green Blue C M Y K H S L
Decimal 160 32 99 0 0.80 0.38 0.37 328.59 0.67 0.38
Hex A0 20 63 0 50 26 25 149 43 26
Octal 240 40 143 0 120 46 45 511 103 46
Binary 10100000 100000 1100011 0 1010000 100110 100101 101001001 1000011 100110

Color Harmonies of #A02063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02063

Black with #A02063

Text Example


Text Example

White with #A02063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02063; }

 p { color: rgb(160,32,99); }

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

background-color css

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

 a { background-color: rgb(160,32,99); }

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

border-color css

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

 span { border-color: rgb(160,32,99); }

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