Html Css Color HEX #A519AD Dark Orchid

📋 copy color: '#A519AD'

red 165 ◦ green 25 ◦ blue 173

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

Shades of Dark Orchid #A519AD

Tints of Dark Orchid #A519AD

RGB

 RED value IS 165 (64.84% from 255) = 45.45%

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

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

R = 45.45%
G = 6.89%
B = 47.66%

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

#A519AD (or 0xA519AD) is known color: Dark Orchid. HEX triplet: A5, 19 and AD. RGB value is (165,25,173). Sum of RGB (Red+Green+Blue) = 165+25+173=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #A519AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A519AD is #5AE652. Grayscale: #535353. Windows color (decimal): -5957203 or 11344293. OLE color: 11344293.

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

Color convert

RGB 165 25 173 -
CMYK 0.05 0.86 0 0.32
HSL 296.76º 0.75% 0.39% -
HSV(B) 296.76º 0.86% 0.68% -
XYZ 23.41 11.71 40.56 -
YUV 83.73 178.38 185.97 -
System Red Green Blue C M Y K H S L
Decimal 165 25 173 0.05 0.86 0 0.32 296.76 0.75 0.39
Hex A5 19 AD 5 56 0 20 129 4B 27
Octal 245 31 255 5 126 0 40 451 113 47
Binary 10100101 11001 10101101 101 1010110 0 100000 100101001 1001011 100111

Color Harmonies of #A519AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A519AD

Black with #A519AD

Text Example


Text Example

White with #A519AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A519AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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