Html Css Color HEX #A81DAE Dark Orchid

📋 copy color: '#A81DAE'

red 168 ◦ green 29 ◦ blue 174

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

Shades of Dark Orchid #A81DAE

Tints of Dark Orchid #A81DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.82%

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

R = 45.28%
G = 7.82%
B = 46.9%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A81DAE (or 0xA81DAE) is known color: Dark Orchid. HEX triplet: A8, 1D and AE. RGB value is (168,29,174). Sum of RGB (Red+Green+Blue) = 168+29+174=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #A81DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81DAE is #57E251. Grayscale: #565656. Windows color (decimal): -5759570 or 11410856. OLE color: 11410856.

HSL color Cylindrical-coordinate representation of color #A81DAE: hue angle of 297.52º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81DAE is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 29 174 -
CMYK 0.03 0.83 0 0.32
HSL 297.52º 0.71% 0.4% -
HSV(B) 297.52º 0.83% 0.68% -
XYZ 24.23 12.26 41.13 -
YUV 87.09 177.05 185.71 -
System Red Green Blue C M Y K H S L
Decimal 168 29 174 0.03 0.83 0 0.32 297.52 0.71 0.4
Hex A8 1D AE 3 53 0 20 12A 47 28
Octal 250 35 256 3 123 0 40 452 107 50
Binary 10101000 11101 10101110 11 1010011 0 100000 100101010 1000111 101000

Color Harmonies of #A81DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81DAE

Black with #A81DAE

Text Example


Text Example

White with #A81DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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