#A935AE

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

Shades of Dark Orchid #A935AE

Tints of Dark Orchid #A935AE

Color information

#A935AE (or 0xA935AE) is unknown color: approx Dark Orchid. HEX triplet: A9, 35 and AE. RGB value is (169,53,174). Sum of RGB (Red+Green+Blue) = 169+53+174=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #A935AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A935AE is #56CA51. Grayscale: #656565. Windows color (decimal): -5687890 or 11417001. OLE color: 11417001.

HSL color Cylindrical-coordinate representation of color #A935AE: hue angle of 297.52º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A935AE is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16953174-
CMYK0.030.7000.32
HSL297.52º53.3%44.51%-
HSV(B)297.52º69.54%68.24%-
XYZ25.2814.0441.42-
YUV101.48168.93176.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 53 (21.09% from 255) = 13.38%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=42.68%
G=13.38%
B=43.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169531740.030.7000.32297.5253.344.51
HexA935AE34602012a352d
Octal2516525631060404526555
Binary10101001110101101011101110001100100000100101010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A935AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A935AE; }

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

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

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

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

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

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

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

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