#A651DE

Color #A651DE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #A651DE

Tints of Medium Orchid #A651DE

Color information

#A651DE (or 0xA651DE) is unknown color: approx Medium Orchid. HEX triplet: A6, 51 and DE. RGB value is (166,81,222). Sum of RGB (Red+Green+Blue) = 166+81+222=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #A651DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A651DE is #59AE21. Grayscale: #7A7A7A. Windows color (decimal): -5877282 or 14569894. OLE color: 14569894.

HSL color Cylindrical-coordinate representation of color #A651DE: hue angle of 276.17º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A651DE is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16681222-
CMYK0.250.6400.13
HSL276.17º68.12%59.41%-
HSV(B)276.17º63.51%87.06%-
XYZ31.8519.2771.15-
YUV122.49184.16159.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 81 (32.03% from 255) = 17.27%
BLUE value IS 222 (87.11% from 255) = 47.33%
R=35.39%
G=17.27%
B=47.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166812220.250.6400.13276.1768.1259.41
HexA651DE19400D114443b
Octal2461213363110001542410473
Binary10100110101000111011110110011000000011011000101001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A651DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A651DE; }

 p { color: rgb(166,81,222); }

 H1.HeaderClassName
 {
   color: #A651DE;
 }
 .AnyTagClassName
 {
   color: #A651DE;
 }
</style>
background-color css

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

 a { background-color: rgb(166,81,222); }

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

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

 span { border-color: rgb(166,81,222); }

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