Html Css Color HEX #A819AE Dark Orchid

📋 copy color: '#A819AE'

red 168 ◦ green 25 ◦ blue 174

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

Shades of Dark Orchid #A819AE

Tints of Dark Orchid #A819AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.41%

R = 45.78%
G = 6.81%
B = 47.41%

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

#A819AE (or 0xA819AE) is known color: Dark Orchid. HEX triplet: A8, 19 and AE. RGB value is (168,25,174). Sum of RGB (Red+Green+Blue) = 168+25+174=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #A819AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A819AE is #57E651. Grayscale: #545454. Windows color (decimal): -5760594 or 11409832. OLE color: 11409832.

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

Color convert

RGB 168 25 174 -
CMYK 0.03 0.86 0 0.32
HSL 297.58º 0.75% 0.39% -
HSV(B) 297.58º 0.86% 0.68% -
XYZ 24.14 12.08 41.1 -
YUV 84.74 178.38 187.38 -
System Red Green Blue C M Y K H S L
Decimal 168 25 174 0.03 0.86 0 0.32 297.58 0.75 0.39
Hex A8 19 AE 3 56 0 20 12A 4B 27
Octal 250 31 256 3 126 0 40 452 113 47
Binary 10101000 11001 10101110 11 1010110 0 100000 100101010 1001011 100111

Color Harmonies of #A819AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819AE

Black with #A819AE

Text Example


Text Example

White with #A819AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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