Html Css Color HEX #A81AAE Dark Orchid

📋 copy color: '#A81AAE'

red 168 ◦ green 26 ◦ blue 174

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

Shades of Dark Orchid #A81AAE

Tints of Dark Orchid #A81AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.07%

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

R = 45.65%
G = 7.07%
B = 47.28%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A81AAE (or 0xA81AAE) is known color: Dark Orchid. HEX triplet: A8, 1A and AE. RGB value is (168,26,174). Sum of RGB (Red+Green+Blue) = 168+26+174=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #A81AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81AAE is #57E551. Grayscale: #545454. Windows color (decimal): -5760338 or 11410088. OLE color: 11410088.

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

Color convert

RGB 168 26 174 -
CMYK 0.03 0.85 0 0.32
HSL 297.57º 0.74% 0.39% -
HSV(B) 297.57º 0.85% 0.68% -
XYZ 24.16 12.12 41.11 -
YUV 85.33 178.04 186.97 -
System Red Green Blue C M Y K H S L
Decimal 168 26 174 0.03 0.85 0 0.32 297.57 0.74 0.39
Hex A8 1A AE 3 55 0 20 12A 4A 27
Octal 250 32 256 3 125 0 40 452 112 47
Binary 10101000 11010 10101110 11 1010101 0 100000 100101010 1001010 100111

Color Harmonies of #A81AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81AAE

Black with #A81AAE

Text Example


Text Example

White with #A81AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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