Html Css Color HEX #A418AD Dark Orchid

📋 copy color: '#A418AD'

red 164 ◦ green 24 ◦ blue 173

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

Shades of Dark Orchid #A418AD

Tints of Dark Orchid #A418AD

RGB

 RED value IS 164 (64.45% from 255) = 45.43%

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

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

R = 45.43%
G = 6.65%
B = 47.92%

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

#A418AD (or 0xA418AD) is known color: Dark Orchid. HEX triplet: A4, 18 and AD. RGB value is (164,24,173). Sum of RGB (Red+Green+Blue) = 164+24+173=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #A418AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A418AD is #5BE752. Grayscale: #525252. Windows color (decimal): -6022995 or 11344036. OLE color: 11344036.

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

Color convert

RGB 164 24 173 -
CMYK 0.05 0.86 0 0.32
HSL 296.38º 0.76% 0.39% -
HSV(B) 296.38º 0.86% 0.68% -
XYZ 23.18 11.56 40.55 -
YUV 82.85 178.88 185.88 -
System Red Green Blue C M Y K H S L
Decimal 164 24 173 0.05 0.86 0 0.32 296.38 0.76 0.39
Hex A4 18 AD 5 56 0 20 128 4C 27
Octal 244 30 255 5 126 0 40 450 114 47
Binary 10100100 11000 10101101 101 1010110 0 100000 100101000 1001100 100111

Color Harmonies of #A418AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A418AD

Black with #A418AD

Text Example


Text Example

White with #A418AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A418AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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