#a91ed8

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

Shades of Dark Orchid #A91ED8

Tints of Dark Orchid #A91ED8

Color information

#A91ED8 (or 0xA91ED8) is unknown color: approx Dark Orchid. HEX triplet: A9, 1E and D8. RGB value is (169,30,216). Sum of RGB (Red+Green+Blue) = 169+30+216=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 216 (84.77% from 255 or 52.05% from 415); Max value from RGB is 216 - color contains mainly: blue. Hex color #A91ED8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91ED8 is #56E127. Grayscale: #5C5C5C. Windows color (decimal): -5693736 or 14163625. OLE color: 14163625.

HSL color Cylindrical-coordinate representation of color #A91ED8: hue angle of 284.84º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91ED8 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16930216-
CMYK0.220.8600.15
HSL284.84º75.61%48.24%-
HSV(B)284.84º86.11%84.71%-
XYZ29.2214.3266.19-
YUV92.76197.55182.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 30 (12.11% from 255) = 7.23%
BLUE value IS 216 (84.77% from 255) = 52.05%
R=40.72%
G=7.23%
B=52.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal169302160.220.8600.15284.8475.6148.24
HexA91ED816560F11d4c30
Octal251363302612601743511460
Binary101010011111011011000101101010110011111000111011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a91ed8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a91ed8; }

 p { color: rgb(169,30,216); }

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

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

 a { background-color: rgb(169,30,216); }

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

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

 span { border-color: rgb(169,30,216); }

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