Html Css Color HEX #A81ADE Dark Orchid

📋 copy color: '#A81ADE'

red 168 ◦ green 26 ◦ blue 222

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

Shades of Dark Orchid #A81ADE

Tints of Dark Orchid #A81ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.37%

R = 40.38%
G = 6.25%
B = 53.37%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A81ADE (or 0xA81ADE) is known color: Dark Orchid. HEX triplet: A8, 1A and DE. RGB value is (168,26,222). Sum of RGB (Red+Green+Blue) = 168+26+222=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #A81ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81ADE is #57E521. Grayscale: #5A5A5A. Windows color (decimal): -5760290 or 14555816. OLE color: 14555816.

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

Color convert

RGB 168 26 222 -
CMYK 0.24 0.88 0 0.13
HSL 283.47º 0.79% 0.49% -
HSV(B) 283.47º 0.88% 0.87% -
XYZ 29.7 14.34 70.31 -
YUV 90.8 202.04 183.06 -
System Red Green Blue C M Y K H S L
Decimal 168 26 222 0.24 0.88 0 0.13 283.47 0.79 0.49
Hex A8 1A DE 18 58 0 D 11B 4F 31
Octal 250 32 336 30 130 0 15 433 117 61
Binary 10101000 11010 11011110 11000 1011000 0 1101 100011011 1001111 110001

Color Harmonies of #A81ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81ADE

Black with #A81ADE

Text Example


Text Example

White with #A81ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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