Html Css Color HEX #A218AD Dark Orchid

📋 copy color: '#A218AD'

red 162 ◦ green 24 ◦ blue 173

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

Shades of Dark Orchid #A218AD

Tints of Dark Orchid #A218AD

RGB

 RED value IS 162 (63.67% from 255) = 45.13%

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

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

R = 45.13%
G = 6.69%
B = 48.19%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A218AD (or 0xA218AD) is known color: Dark Orchid. HEX triplet: A2, 18 and AD. RGB value is (162,24,173). Sum of RGB (Red+Green+Blue) = 162+24+173=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #A218AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A218AD is #5DE752. Grayscale: #515151. Windows color (decimal): -6154067 or 11344034. OLE color: 11344034.

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

Color convert

RGB 162 24 173 -
CMYK 0.06 0.86 0 0.32
HSL 295.57º 0.76% 0.39% -
HSV(B) 295.57º 0.86% 0.68% -
XYZ 22.77 11.35 40.53 -
YUV 82.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 162 24 173 0.06 0.86 0 0.32 295.57 0.76 0.39
Hex A2 18 AD 6 56 0 20 128 4C 27
Octal 242 30 255 6 126 0 40 450 114 47
Binary 10100010 11000 10101101 110 1010110 0 100000 100101000 1001100 100111

Color Harmonies of #A218AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A218AD

Black with #A218AD

Text Example


Text Example

White with #A218AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A218AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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