Html Css Color HEX #A81ECA Dark Orchid

📋 copy color: '#A81ECA'

red 168 ◦ green 30 ◦ blue 202

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

Shades of Dark Orchid #A81ECA

Tints of Dark Orchid #A81ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.5%

R = 42%
G = 7.5%
B = 50.5%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A81ECA (or 0xA81ECA) is known color: Dark Orchid. HEX triplet: A8, 1E and CA. RGB value is (168,30,202). Sum of RGB (Red+Green+Blue) = 168+30+202=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #A81ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81ECA is #57E135. Grayscale: #5A5A5A. Windows color (decimal): -5759286 or 13246120. OLE color: 13246120.

HSL color Cylindrical-coordinate representation of color #A81ECA: hue angle of 288.14º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81ECA is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 30 202 -
CMYK 0.17 0.85 0 0.21
HSL 288.14º 0.74% 0.45% -
HSV(B) 288.14º 0.85% 0.79% -
XYZ 27.27 13.52 57.05 -
YUV 90.87 190.72 183.01 -
System Red Green Blue C M Y K H S L
Decimal 168 30 202 0.17 0.85 0 0.21 288.14 0.74 0.45
Hex A8 1E CA 11 55 0 15 120 4A 2D
Octal 250 36 312 21 125 0 25 440 112 55
Binary 10101000 11110 11001010 10001 1010101 0 10101 100100000 1001010 101101

Color Harmonies of #A81ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81ECA

Black with #A81ECA

Text Example


Text Example

White with #A81ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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