Html Css Color HEX #A518AD Dark Orchid

📋 copy color: '#A518AD'

red 165 ◦ green 24 ◦ blue 173

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

Shades of Dark Orchid #A518AD

Tints of Dark Orchid #A518AD

RGB

 RED value IS 165 (64.84% from 255) = 45.58%

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

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

R = 45.58%
G = 6.63%
B = 47.79%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A518AD (or 0xA518AD) is known color: Dark Orchid. HEX triplet: A5, 18 and AD. RGB value is (165,24,173). Sum of RGB (Red+Green+Blue) = 165+24+173=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #A518AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A518AD is #5AE752. Grayscale: #525252. Windows color (decimal): -5957459 or 11344037. OLE color: 11344037.

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

Color convert

RGB 165 24 173 -
CMYK 0.05 0.86 0 0.32
HSL 296.78º 0.76% 0.39% -
HSV(B) 296.78º 0.86% 0.68% -
XYZ 23.39 11.67 40.56 -
YUV 83.15 178.71 186.38 -
System Red Green Blue C M Y K H S L
Decimal 165 24 173 0.05 0.86 0 0.32 296.78 0.76 0.39
Hex A5 18 AD 5 56 0 20 129 4C 27
Octal 245 30 255 5 126 0 40 451 114 47
Binary 10100101 11000 10101101 101 1010110 0 100000 100101001 1001100 100111

Color Harmonies of #A518AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A518AD

Black with #A518AD

Text Example


Text Example

White with #A518AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A518AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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