#A935AF

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

Shades of Dark Orchid #A935AF

Tints of Dark Orchid #A935AF

Color information

#A935AF (or 0xA935AF) is unknown color: approx Dark Orchid. HEX triplet: A9, 35 and AF. RGB value is (169,53,175). Sum of RGB (Red+Green+Blue) = 169+53+175=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #A935AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A935AF is #56CA50. Grayscale: #656565. Windows color (decimal): -5687889 or 11482537. OLE color: 11482537.

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

Color convert

RGB16953175-
CMYK0.030.7000.31
HSL297.05º53.51%44.71%-
HSV(B)297.05º69.71%68.63%-
XYZ25.3714.0841.94-
YUV101.59169.43176.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 53 (21.09% from 255) = 13.35%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=42.57%
G=13.35%
B=44.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169531750.030.7000.31297.0553.5144.71
HexA935AF34601F129362d
Octal2516525731060374516655
Binary1010100111010110101111111000110011111100101001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A935AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A935AF; }

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

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

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

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

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

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

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

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