Html Css Color HEX #A819AD Dark Orchid

📋 copy color: '#A819AD'

red 168 ◦ green 25 ◦ blue 173

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

Shades of Dark Orchid #A819AD

Tints of Dark Orchid #A819AD

RGB

 RED value IS 168 (66.02% from 255) = 45.9%

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

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

R = 45.9%
G = 6.83%
B = 47.27%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A819AD (or 0xA819AD) is known color: Dark Orchid. HEX triplet: A8, 19 and AD. RGB value is (168,25,173). Sum of RGB (Red+Green+Blue) = 168+25+173=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #A819AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A819AD is #57E652. Grayscale: #545454. Windows color (decimal): -5760595 or 11344296. OLE color: 11344296.

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

Color convert

RGB 168 25 173 -
CMYK 0.03 0.86 0 0.32
HSL 297.97º 0.75% 0.39% -
HSV(B) 297.97º 0.86% 0.68% -
XYZ 24.04 12.04 40.59 -
YUV 84.63 177.88 187.47 -
System Red Green Blue C M Y K H S L
Decimal 168 25 173 0.03 0.86 0 0.32 297.97 0.75 0.39
Hex A8 19 AD 3 56 0 20 12A 4B 27
Octal 250 31 255 3 126 0 40 452 113 47
Binary 10101000 11001 10101101 11 1010110 0 100000 100101010 1001011 100111

Color Harmonies of #A819AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819AD

Black with #A819AD

Text Example


Text Example

White with #A819AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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