Html Css Color HEX #A0207F Dark Purple

📋 copy color: '#A0207F'

red 160 ◦ green 32 ◦ blue 127

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

Shades of Dark Purple #A0207F

Tints of Dark Purple #A0207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.81%

R = 50.16%
G = 10.03%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0207F (or 0xA0207F) is known color: Dark Purple. HEX triplet: A0, 20 and 7F. RGB value is (160,32,127). Sum of RGB (Red+Green+Blue) = 160+32+127=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0207F is #5FDF80. Grayscale: #505050. Windows color (decimal): -6283137 or 8331424. OLE color: 8331424.

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

Color convert

RGB 160 32 127 -
CMYK 0 0.80 0.21 0.37
HSL 315.47º 0.67% 0.38% -
HSV(B) 315.47º 0.8% 0.63% -
XYZ 18.84 10.04 21.02 -
YUV 81.1 153.91 184.28 -
System Red Green Blue C M Y K H S L
Decimal 160 32 127 0 0.80 0.21 0.37 315.47 0.67 0.38
Hex A0 20 7F 0 50 15 25 13B 43 26
Octal 240 40 177 0 120 25 45 473 103 46
Binary 10100000 100000 1111111 0 1010000 10101 100101 100111011 1000011 100110

Color Harmonies of #A0207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0207F

Black with #A0207F

Text Example


Text Example

White with #A0207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0207F; }

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

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

background-color css

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

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

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

border-color css

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

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

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