Html Css Color HEX #A81ECE Dark Orchid

📋 copy color: '#A81ECE'

red 168 ◦ green 30 ◦ blue 206

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

Shades of Dark Orchid #A81ECE

Tints of Dark Orchid #A81ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 41.58%
G = 7.43%
B = 50.99%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A81ECE (or 0xA81ECE) is known color: Dark Orchid. HEX triplet: A8, 1E and CE. RGB value is (168,30,206). Sum of RGB (Red+Green+Blue) = 168+30+206=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #A81ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81ECE is #57E131. Grayscale: #5A5A5A. Windows color (decimal): -5759282 or 13508264. OLE color: 13508264.

HSL color Cylindrical-coordinate representation of color #A81ECE: hue angle of 287.05º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81ECE is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 30 206 -
CMYK 0.18 0.85 0 0.19
HSL 287.05º 0.75% 0.46% -
HSV(B) 287.05º 0.85% 0.81% -
XYZ 27.75 13.71 59.58 -
YUV 91.33 192.72 182.69 -
System Red Green Blue C M Y K H S L
Decimal 168 30 206 0.18 0.85 0 0.19 287.05 0.75 0.46
Hex A8 1E CE 12 55 0 13 11F 4B 2E
Octal 250 36 316 22 125 0 23 437 113 56
Binary 10101000 11110 11001110 10010 1010101 0 10011 100011111 1001011 101110

Color Harmonies of #A81ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81ECE

Black with #A81ECE

Text Example


Text Example

White with #A81ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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