Html Css Color HEX #A0206A Jazzberry Jam

📋 copy color: '#A0206A'

red 160 ◦ green 32 ◦ blue 106

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

Shades of Jazzberry Jam #A0206A

Tints of Jazzberry Jam #A0206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.57%

R = 53.69%
G = 10.74%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0206A (or 0xA0206A) is known color: Jazzberry Jam. HEX triplet: A0, 20 and 6A. RGB value is (160,32,106). Sum of RGB (Red+Green+Blue) = 160+32+106=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A0206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0206A is #5FDF95. Grayscale: #4E4E4E. Windows color (decimal): -6283158 or 6955168. OLE color: 6955168.

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

Color convert

RGB 160 32 106 -
CMYK 0 0.80 0.34 0.37
HSL 325.31º 0.67% 0.38% -
HSV(B) 325.31º 0.8% 0.63% -
XYZ 17.62 9.55 14.55 -
YUV 78.71 143.41 185.98 -
System Red Green Blue C M Y K H S L
Decimal 160 32 106 0 0.80 0.34 0.37 325.31 0.67 0.38
Hex A0 20 6A 0 50 22 25 145 43 26
Octal 240 40 152 0 120 42 45 505 103 46
Binary 10100000 100000 1101010 0 1010000 100010 100101 101000101 1000011 100110

Color Harmonies of #A0206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0206A

Black with #A0206A

Text Example


Text Example

White with #A0206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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