Html Css Color HEX #A0208C Dark Purple

📋 copy color: '#A0208C'

red 160 ◦ green 32 ◦ blue 140

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

Shades of Dark Purple #A0208C

Tints of Dark Purple #A0208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 48.19%
G = 9.64%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0208C (or 0xA0208C) is known color: Dark Purple. HEX triplet: A0, 20 and 8C. RGB value is (160,32,140). Sum of RGB (Red+Green+Blue) = 160+32+140=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A0208C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0208C is #5FDF73. Grayscale: #525252. Windows color (decimal): -6283124 or 9183392. OLE color: 9183392.

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

Color convert

RGB 160 32 140 -
CMYK 0 0.80 0.12 0.37
HSL 309.38º 0.67% 0.38% -
HSV(B) 309.38º 0.8% 0.63% -
XYZ 19.75 10.4 25.78 -
YUV 82.58 160.41 183.22 -
System Red Green Blue C M Y K H S L
Decimal 160 32 140 0 0.80 0.12 0.37 309.38 0.67 0.38
Hex A0 20 8C 0 50 C 25 135 43 26
Octal 240 40 214 0 120 14 45 465 103 46
Binary 10100000 100000 10001100 0 1010000 1100 100101 100110101 1000011 100110

Color Harmonies of #A0208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0208C

Black with #A0208C

Text Example


Text Example

White with #A0208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0208C; }

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

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

background-color css

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

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

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

border-color css

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

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

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