Html Css Color HEX #A618AD Dark Orchid

📋 copy color: '#A618AD'

red 166 ◦ green 24 ◦ blue 173

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

Shades of Dark Orchid #A618AD

Tints of Dark Orchid #A618AD

RGB

 RED value IS 166 (65.23% from 255) = 45.73%

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

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

R = 45.73%
G = 6.61%
B = 47.66%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A618AD (or 0xA618AD) is known color: Dark Orchid. HEX triplet: A6, 18 and AD. RGB value is (166,24,173). Sum of RGB (Red+Green+Blue) = 166+24+173=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #A618AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A618AD is #59E752. Grayscale: #525252. Windows color (decimal): -5891923 or 11344038. OLE color: 11344038.

HSL color Cylindrical-coordinate representation of color #A618AD: hue angle of 297.18º 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 #A618AD is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 24 173 -
CMYK 0.04 0.86 0 0.32
HSL 297.18º 0.76% 0.39% -
HSV(B) 297.18º 0.86% 0.68% -
XYZ 23.6 11.78 40.56 -
YUV 83.44 178.54 186.88 -
System Red Green Blue C M Y K H S L
Decimal 166 24 173 0.04 0.86 0 0.32 297.18 0.76 0.39
Hex A6 18 AD 4 56 0 20 129 4C 27
Octal 246 30 255 4 126 0 40 451 114 47
Binary 10100110 11000 10101101 100 1010110 0 100000 100101001 1001100 100111

Color Harmonies of #A618AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A618AD

Black with #A618AD

Text Example


Text Example

White with #A618AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A618AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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