Html Css Color HEX #A81EAC Dark Orchid

📋 copy color: '#A81EAC'

red 168 ◦ green 30 ◦ blue 172

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

Shades of Dark Orchid #A81EAC

Tints of Dark Orchid #A81EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.11%

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 45.41%
G = 8.11%
B = 46.49%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A81EAC (or 0xA81EAC) is known color: Dark Orchid. HEX triplet: A8, 1E and AC. RGB value is (168,30,172). Sum of RGB (Red+Green+Blue) = 168+30+172=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #A81EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81EAC is #57E153. Grayscale: #575757. Windows color (decimal): -5759316 or 11280040. OLE color: 11280040.

HSL color Cylindrical-coordinate representation of color #A81EAC: hue angle of 298.31º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81EAC is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 30 172 -
CMYK 0.02 0.83 0 0.33
HSL 298.31º 0.7% 0.4% -
HSV(B) 298.31º 0.83% 0.67% -
XYZ 24.06 12.23 40.12 -
YUV 87.45 175.72 185.45 -
System Red Green Blue C M Y K H S L
Decimal 168 30 172 0.02 0.83 0 0.33 298.31 0.7 0.4
Hex A8 1E AC 2 53 0 21 12A 46 28
Octal 250 36 254 2 123 0 41 452 106 50
Binary 10101000 11110 10101100 10 1010011 0 100001 100101010 1000110 101000

Color Harmonies of #A81EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81EAC

Black with #A81EAC

Text Example


Text Example

White with #A81EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81EAC; }

 p { color: rgb(168,30,172); }

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

background-color css

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

 a { background-color: rgb(168,30,172); }

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

border-color css

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

 span { border-color: rgb(168,30,172); }

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