Html Css Color HEX #A816AE Dark Orchid

📋 copy color: '#A816AE'

red 168 ◦ green 22 ◦ blue 174

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

Shades of Dark Orchid #A816AE

Tints of Dark Orchid #A816AE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.04%

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

R = 46.15%
G = 6.04%
B = 47.8%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A816AE (or 0xA816AE) is known color: Dark Orchid. HEX triplet: A8, 16 and AE. RGB value is (168,22,174). Sum of RGB (Red+Green+Blue) = 168+22+174=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #A816AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A816AE is #57E951. Grayscale: #525252. Windows color (decimal): -5761362 or 11409064. OLE color: 11409064.

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

Color convert

RGB 168 22 174 -
CMYK 0.03 0.87 0 0.32
HSL 297.63º 0.78% 0.38% -
HSV(B) 297.63º 0.87% 0.68% -
XYZ 24.08 11.95 41.08 -
YUV 82.98 179.37 188.64 -
System Red Green Blue C M Y K H S L
Decimal 168 22 174 0.03 0.87 0 0.32 297.63 0.78 0.38
Hex A8 16 AE 3 57 0 20 12A 4E 26
Octal 250 26 256 3 127 0 40 452 116 46
Binary 10101000 10110 10101110 11 1010111 0 100000 100101010 1001110 100110

Color Harmonies of #A816AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A816AE

Black with #A816AE

Text Example


Text Example

White with #A816AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A816AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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