#A935D8

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

Shades of Dark Orchid #A935D8

Tints of Dark Orchid #A935D8

Color information

#A935D8 (or 0xA935D8) is unknown color: approx Dark Orchid. HEX triplet: A9, 35 and D8. RGB value is (169,53,216). Sum of RGB (Red+Green+Blue) = 169+53+216=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #A935D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A935D8 is #56CA27. Grayscale: #696969. Windows color (decimal): -5687848 or 14169513. OLE color: 14169513.

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

Color convert

RGB16953216-
CMYK0.220.7500.15
HSL282.7º67.63%52.75%-
HSV(B)282.7º75.46%84.71%-
XYZ30.0315.9466.46-
YUV106.27189.93172.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 53 (21.09% from 255) = 12.10%
BLUE value IS 216 (84.77% from 255) = 49.32%
R=38.58%
G=12.10%
B=49.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal169532160.220.7500.15282.767.6352.75
HexA935D8164B0F11b4435
Octal251653302611301743310465
Binary1010100111010111011000101101001011011111000110111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A935D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A935D8; }

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

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

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

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

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

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

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

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