Html Css Color HEX #A017AD Dark Orchid

📋 copy color: '#A017AD'

red 160 ◦ green 23 ◦ blue 173

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

Shades of Dark Orchid #A017AD

Tints of Dark Orchid #A017AD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.46%

 BLUE value IS 173 (67.97% from 255) = 48.6%

R = 44.94%
G = 6.46%
B = 48.6%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A017AD (or 0xA017AD) is known color: Dark Orchid. HEX triplet: A0, 17 and AD. RGB value is (160,23,173). Sum of RGB (Red+Green+Blue) = 160+23+173=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #A017AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A017AD is #5FE852. Grayscale: #505050. Windows color (decimal): -6285395 or 11343776. OLE color: 11343776.

HSL color Cylindrical-coordinate representation of color #A017AD: hue angle of 294.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A017AD is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 23 173 -
CMYK 0.08 0.87 0 0.32
HSL 294.8º 0.77% 0.38% -
HSV(B) 294.8º 0.87% 0.68% -
XYZ 22.35 11.1 40.5 -
YUV 81.06 179.89 184.3 -
System Red Green Blue C M Y K H S L
Decimal 160 23 173 0.08 0.87 0 0.32 294.8 0.77 0.38
Hex A0 17 AD 8 57 0 20 127 4D 26
Octal 240 27 255 10 127 0 40 447 115 46
Binary 10100000 10111 10101101 1000 1010111 0 100000 100100111 1001101 100110

Color Harmonies of #A017AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A017AD

Black with #A017AD

Text Example


Text Example

White with #A017AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A017AD; }

 p { color: rgb(160,23,173); }

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

background-color css

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

 a { background-color: rgb(160,23,173); }

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

border-color css

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

 span { border-color: rgb(160,23,173); }

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