#A935BF

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

Shades of Dark Orchid #A935BF

Tints of Dark Orchid #A935BF

Color information

#A935BF (or 0xA935BF) is unknown color: approx Dark Orchid. HEX triplet: A9, 35 and BF. RGB value is (169,53,191). Sum of RGB (Red+Green+Blue) = 169+53+191=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #A935BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A935BF is #56CA40. Grayscale: #666666. Windows color (decimal): -5687873 or 12531113. OLE color: 12531113.

HSL color Cylindrical-coordinate representation of color #A935BF: hue angle of 290.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A935BF is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16953191-
CMYK0.120.7200.25
HSL290.43º56.56%47.84%-
HSV(B)290.43º72.25%74.9%-
XYZ27.0414.7450.71-
YUV103.42177.43174.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 53 (21.09% from 255) = 12.83%
BLUE value IS 191 (75% from 255) = 46.25%
R=40.92%
G=12.83%
B=46.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169531910.120.7200.25290.4356.5647.84
HexA935BFC480191223930
Octal25165277141100314427160
Binary101010011101011011111111001001000011001100100010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A935BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A935BF; }

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

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

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

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

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

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

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

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