Html Css Color HEX #A018AD Dark Orchid

📋 copy color: '#A018AD'

red 160 ◦ green 24 ◦ blue 173

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

Shades of Dark Orchid #A018AD

Tints of Dark Orchid #A018AD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.72%

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

R = 44.82%
G = 6.72%
B = 48.46%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A018AD (or 0xA018AD) is known color: Dark Orchid. HEX triplet: A0, 18 and AD. RGB value is (160,24,173). Sum of RGB (Red+Green+Blue) = 160+24+173=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #A018AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A018AD is #5FE752. Grayscale: #515151. Windows color (decimal): -6285139 or 11344032. OLE color: 11344032.

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

Color convert

RGB 160 24 173 -
CMYK 0.08 0.86 0 0.32
HSL 294.77º 0.76% 0.39% -
HSV(B) 294.77º 0.86% 0.68% -
XYZ 22.37 11.14 40.51 -
YUV 81.65 179.56 183.88 -
System Red Green Blue C M Y K H S L
Decimal 160 24 173 0.08 0.86 0 0.32 294.77 0.76 0.39
Hex A0 18 AD 8 56 0 20 127 4C 27
Octal 240 30 255 10 126 0 40 447 114 47
Binary 10100000 11000 10101101 1000 1010110 0 100000 100100111 1001100 100111

Color Harmonies of #A018AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A018AD

Black with #A018AD

Text Example


Text Example

White with #A018AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A018AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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