Html Css Color HEX #A0206B Jazzberry Jam

📋 copy color: '#A0206B'

red 160 ◦ green 32 ◦ blue 107

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

Shades of Jazzberry Jam #A0206B

Tints of Jazzberry Jam #A0206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.79%

R = 53.51%
G = 10.7%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0206B (or 0xA0206B) is known color: Jazzberry Jam. HEX triplet: A0, 20 and 6B. RGB value is (160,32,107). Sum of RGB (Red+Green+Blue) = 160+32+107=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A0206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0206B is #5FDF94. Grayscale: #4E4E4E. Windows color (decimal): -6283157 or 7020704. OLE color: 7020704.

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

Color convert

RGB 160 32 107 -
CMYK 0 0.80 0.33 0.37
HSL 324.84º 0.67% 0.38% -
HSV(B) 324.84º 0.8% 0.63% -
XYZ 17.67 9.57 14.83 -
YUV 78.82 143.91 185.9 -
System Red Green Blue C M Y K H S L
Decimal 160 32 107 0 0.80 0.33 0.37 324.84 0.67 0.38
Hex A0 20 6B 0 50 21 25 145 43 26
Octal 240 40 153 0 120 41 45 505 103 46
Binary 10100000 100000 1101011 0 1010000 100001 100101 101000101 1000011 100110

Color Harmonies of #A0206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0206B

Black with #A0206B

Text Example


Text Example

White with #A0206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0206B; }

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

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

background-color css

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

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

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

border-color css

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

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

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