Html Css Color HEX #A217AD Dark Orchid

📋 copy color: '#A217AD'

red 162 ◦ green 23 ◦ blue 173

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

Shades of Dark Orchid #A217AD

Tints of Dark Orchid #A217AD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.42%

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

R = 45.25%
G = 6.42%
B = 48.32%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A217AD (or 0xA217AD) is known color: Dark Orchid. HEX triplet: A2, 17 and AD. RGB value is (162,23,173). Sum of RGB (Red+Green+Blue) = 162+23+173=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #A217AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A217AD is #5DE852. Grayscale: #515151. Windows color (decimal): -6154323 or 11343778. OLE color: 11343778.

HSL color Cylindrical-coordinate representation of color #A217AD: hue angle of 295.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A217AD is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 23 173 -
CMYK 0.06 0.87 0 0.32
HSL 295.6º 0.77% 0.38% -
HSV(B) 295.6º 0.87% 0.68% -
XYZ 22.75 11.31 40.52 -
YUV 81.66 179.55 185.3 -
System Red Green Blue C M Y K H S L
Decimal 162 23 173 0.06 0.87 0 0.32 295.6 0.77 0.38
Hex A2 17 AD 6 57 0 20 128 4D 26
Octal 242 27 255 6 127 0 40 450 115 46
Binary 10100010 10111 10101101 110 1010111 0 100000 100101000 1001101 100110

Color Harmonies of #A217AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A217AD

Black with #A217AD

Text Example


Text Example

White with #A217AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A217AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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