Html Css Color HEX #A219AD Dark Orchid

📋 copy color: '#A219AD'

red 162 ◦ green 25 ◦ blue 173

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

Shades of Dark Orchid #A219AD

Tints of Dark Orchid #A219AD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.94%

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

R = 45%
G = 6.94%
B = 48.06%

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

#A219AD (or 0xA219AD) is known color: Dark Orchid. HEX triplet: A2, 19 and AD. RGB value is (162,25,173). Sum of RGB (Red+Green+Blue) = 162+25+173=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #A219AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A219AD is #5DE652. Grayscale: #525252. Windows color (decimal): -6153811 or 11344290. OLE color: 11344290.

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

Color convert

RGB 162 25 173 -
CMYK 0.06 0.86 0 0.32
HSL 295.54º 0.75% 0.39% -
HSV(B) 295.54º 0.86% 0.68% -
XYZ 22.79 11.39 40.53 -
YUV 82.84 178.89 184.47 -
System Red Green Blue C M Y K H S L
Decimal 162 25 173 0.06 0.86 0 0.32 295.54 0.75 0.39
Hex A2 19 AD 6 56 0 20 128 4B 27
Octal 242 31 255 6 126 0 40 450 113 47
Binary 10100010 11001 10101101 110 1010110 0 100000 100101000 1001011 100111

Color Harmonies of #A219AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A219AD

Black with #A219AD

Text Example


Text Example

White with #A219AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A219AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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