#A935BC

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

Shades of Dark Orchid #A935BC

Tints of Dark Orchid #A935BC

Color information

#A935BC (or 0xA935BC) is unknown color: approx Dark Orchid. HEX triplet: A9, 35 and BC. RGB value is (169,53,188). Sum of RGB (Red+Green+Blue) = 169+53+188=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #A935BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A935BC is #56CA43. Grayscale: #666666. Windows color (decimal): -5687876 or 12334505. OLE color: 12334505.

HSL color Cylindrical-coordinate representation of color #A935BC: hue angle of 291.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A935BC is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16953188-
CMYK0.100.7200.26
HSL291.56º56.02%47.25%-
HSV(B)291.56º71.81%73.73%-
XYZ26.7114.6148.99-
YUV103.07175.93175.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.22%
GREEN value IS 53 (21.09% from 255) = 12.93%
BLUE value IS 188 (73.83% from 255) = 45.85%
R=41.22%
G=12.93%
B=45.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169531880.100.7200.26291.5656.0247.25
HexA935BCA4801A124382f
Octal25165274121100324447057
Binary101010011101011011110010101001000011010100100100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A935BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A935BC; }

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

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

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

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

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

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

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

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