Html Css Color HEX #A0206C Jazzberry Jam

📋 copy color: '#A0206C'

red 160 ◦ green 32 ◦ blue 108

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

Shades of Jazzberry Jam #A0206C

Tints of Jazzberry Jam #A0206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36%

R = 53.33%
G = 10.67%
B = 36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0206C (or 0xA0206C) is known color: Jazzberry Jam. HEX triplet: A0, 20 and 6C. RGB value is (160,32,108). Sum of RGB (Red+Green+Blue) = 160+32+108=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A0206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0206C is #5FDF93. Grayscale: #4E4E4E. Windows color (decimal): -6283156 or 7086240. OLE color: 7086240.

HSL color Cylindrical-coordinate representation of color #A0206C: hue angle of 324.38º 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 #A0206C is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 32 108 -
CMYK 0 0.80 0.32 0.37
HSL 324.38º 0.67% 0.38% -
HSV(B) 324.38º 0.8% 0.63% -
XYZ 17.72 9.59 15.1 -
YUV 78.94 144.41 185.82 -
System Red Green Blue C M Y K H S L
Decimal 160 32 108 0 0.80 0.32 0.37 324.38 0.67 0.38
Hex A0 20 6C 0 50 20 25 144 43 26
Octal 240 40 154 0 120 40 45 504 103 46
Binary 10100000 100000 1101100 0 1010000 100000 100101 101000100 1000011 100110

Color Harmonies of #A0206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0206C

Black with #A0206C

Text Example


Text Example

White with #A0206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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