Html Css Color HEX #A81AE2 Dark Orchid

📋 copy color: '#A81AE2'

red 168 ◦ green 26 ◦ blue 226

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

Shades of Dark Orchid #A81AE2

Tints of Dark Orchid #A81AE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 53.81%

R = 40%
G = 6.19%
B = 53.81%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A81AE2 (or 0xA81AE2) is known color: Dark Orchid. HEX triplet: A8, 1A and E2. RGB value is (168,26,226). Sum of RGB (Red+Green+Blue) = 168+26+226=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 226 (88.67% from 255 or 53.81% from 420); Max value from RGB is 226 - color contains mainly: blue. Hex color #A81AE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81AE2 is #57E51D. Grayscale: #5A5A5A. Windows color (decimal): -5760286 or 14817960. OLE color: 14817960.

HSL color Cylindrical-coordinate representation of color #A81AE2: hue angle of 282.6º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81AE2 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 26 226 -
CMYK 0.26 0.88 0 0.11
HSL 282.6º 0.79% 0.49% -
HSV(B) 282.6º 0.88% 0.89% -
XYZ 30.25 14.55 73.17 -
YUV 91.26 204.04 182.74 -
System Red Green Blue C M Y K H S L
Decimal 168 26 226 0.26 0.88 0 0.11 282.6 0.79 0.49
Hex A8 1A E2 1A 58 0 B 11B 4F 31
Octal 250 32 342 32 130 0 13 433 117 61
Binary 10101000 11010 11100010 11010 1011000 0 1011 100011011 1001111 110001

Color Harmonies of #A81AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81AE2

Black with #A81AE2

Text Example


Text Example

White with #A81AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81AE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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