Html Css Color HEX #A0208F Dark Purple

📋 copy color: '#A0208F'

red 160 ◦ green 32 ◦ blue 143

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

Shades of Dark Purple #A0208F

Tints of Dark Purple #A0208F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.69%

R = 47.76%
G = 9.55%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0208F (or 0xA0208F) is known color: Dark Purple. HEX triplet: A0, 20 and 8F. RGB value is (160,32,143). Sum of RGB (Red+Green+Blue) = 160+32+143=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0208F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0208F is #5FDF70. Grayscale: #525252. Windows color (decimal): -6283121 or 9380000. OLE color: 9380000.

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

Color convert

RGB 160 32 143 -
CMYK 0 0.80 0.11 0.37
HSL 307.97º 0.67% 0.38% -
HSV(B) 307.97º 0.8% 0.63% -
XYZ 19.97 10.49 26.96 -
YUV 82.93 161.91 182.97 -
System Red Green Blue C M Y K H S L
Decimal 160 32 143 0 0.80 0.11 0.37 307.97 0.67 0.38
Hex A0 20 8F 0 50 B 25 134 43 26
Octal 240 40 217 0 120 13 45 464 103 46
Binary 10100000 100000 10001111 0 1010000 1011 100101 100110100 1000011 100110

Color Harmonies of #A0208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0208F

Black with #A0208F

Text Example


Text Example

White with #A0208F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0208F; }

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

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

background-color css

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

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

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

border-color css

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

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

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