Html Css Color HEX #A817AE Dark Orchid

📋 copy color: '#A817AE'

red 168 ◦ green 23 ◦ blue 174

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

Shades of Dark Orchid #A817AE

Tints of Dark Orchid #A817AE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.3%

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

R = 46.03%
G = 6.3%
B = 47.67%

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

#A817AE (or 0xA817AE) is known color: Dark Orchid. HEX triplet: A8, 17 and AE. RGB value is (168,23,174). Sum of RGB (Red+Green+Blue) = 168+23+174=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #A817AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A817AE is #57E851. Grayscale: #535353. Windows color (decimal): -5761106 or 11409320. OLE color: 11409320.

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

Color convert

RGB 168 23 174 -
CMYK 0.03 0.87 0 0.32
HSL 297.62º 0.77% 0.39% -
HSV(B) 297.62º 0.87% 0.68% -
XYZ 24.09 11.99 41.09 -
YUV 83.57 179.04 188.22 -
System Red Green Blue C M Y K H S L
Decimal 168 23 174 0.03 0.87 0 0.32 297.62 0.77 0.39
Hex A8 17 AE 3 57 0 20 12A 4D 27
Octal 250 27 256 3 127 0 40 452 115 47
Binary 10101000 10111 10101110 11 1010111 0 100000 100101010 1001101 100111

Color Harmonies of #A817AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A817AE

Black with #A817AE

Text Example


Text Example

White with #A817AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A817AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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