Html Css Color HEX #A818AE Dark Orchid

📋 copy color: '#A818AE'

red 168 ◦ green 24 ◦ blue 174

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

Shades of Dark Orchid #A818AE

Tints of Dark Orchid #A818AE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.56%

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

R = 45.9%
G = 6.56%
B = 47.54%

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

#A818AE (or 0xA818AE) is known color: Dark Orchid. HEX triplet: A8, 18 and AE. RGB value is (168,24,174). Sum of RGB (Red+Green+Blue) = 168+24+174=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #A818AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A818AE is #57E751. Grayscale: #535353. Windows color (decimal): -5760850 or 11409576. OLE color: 11409576.

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

Color convert

RGB 168 24 174 -
CMYK 0.03 0.86 0 0.32
HSL 297.6º 0.76% 0.39% -
HSV(B) 297.6º 0.86% 0.68% -
XYZ 24.12 12.03 41.1 -
YUV 84.16 178.71 187.8 -
System Red Green Blue C M Y K H S L
Decimal 168 24 174 0.03 0.86 0 0.32 297.6 0.76 0.39
Hex A8 18 AE 3 56 0 20 12A 4C 27
Octal 250 30 256 3 126 0 40 452 114 47
Binary 10101000 11000 10101110 11 1010110 0 100000 100101010 1001100 100111

Color Harmonies of #A818AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A818AE

Black with #A818AE

Text Example


Text Example

White with #A818AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A818AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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