#A935B9

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

Shades of Dark Orchid #A935B9

Tints of Dark Orchid #A935B9

Color information

#A935B9 (or 0xA935B9) is unknown color: approx Dark Orchid. HEX triplet: A9, 35 and B9. RGB value is (169,53,185). Sum of RGB (Red+Green+Blue) = 169+53+185=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #A935B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A935B9 is #56CA46. Grayscale: #666666. Windows color (decimal): -5687879 or 12137897. OLE color: 12137897.

HSL color Cylindrical-coordinate representation of color #A935B9: hue angle of 292.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A935B9 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16953185-
CMYK0.090.7100.27
HSL292.73º55.46%46.67%-
HSV(B)292.73º71.35%72.55%-
XYZ26.3914.4847.3-
YUV102.73174.43175.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.52%
GREEN value IS 53 (21.09% from 255) = 13.02%
BLUE value IS 185 (72.66% from 255) = 45.45%
R=41.52%
G=13.02%
B=45.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169531850.090.7100.27292.7355.4646.67
HexA935B994701B125372f
Octal25165271111070334456757
Binary101010011101011011100110011000111011011100100101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A935B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A935B9; }

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

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

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

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

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

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

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

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