Html Css Color HEX #A0208B Dark Purple

📋 copy color: '#A0208B'

red 160 ◦ green 32 ◦ blue 139

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

Shades of Dark Purple #A0208B

Tints of Dark Purple #A0208B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.99%

R = 48.34%
G = 9.67%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0208B (or 0xA0208B) is known color: Dark Purple. HEX triplet: A0, 20 and 8B. RGB value is (160,32,139). Sum of RGB (Red+Green+Blue) = 160+32+139=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A0208B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0208B is #5FDF74. Grayscale: #525252. Windows color (decimal): -6283125 or 9117856. OLE color: 9117856.

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

Color convert

RGB 160 32 139 -
CMYK 0 0.80 0.13 0.37
HSL 309.84º 0.67% 0.38% -
HSV(B) 309.84º 0.8% 0.63% -
XYZ 19.67 10.37 25.39 -
YUV 82.47 159.91 183.3 -
System Red Green Blue C M Y K H S L
Decimal 160 32 139 0 0.80 0.13 0.37 309.84 0.67 0.38
Hex A0 20 8B 0 50 D 25 136 43 26
Octal 240 40 213 0 120 15 45 466 103 46
Binary 10100000 100000 10001011 0 1010000 1101 100101 100110110 1000011 100110

Color Harmonies of #A0208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0208B

Black with #A0208B

Text Example


Text Example

White with #A0208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0208B; }

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

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

background-color css

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

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

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

border-color css

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

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

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