#A934B9

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

Shades of Dark Orchid #A934B9

Tints of Dark Orchid #A934B9

Color information

#A934B9 (or 0xA934B9) is unknown color: approx Dark Orchid. HEX triplet: A9, 34 and B9. RGB value is (169,52,185). Sum of RGB (Red+Green+Blue) = 169+52+185=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 185 - color contains mainly: blue. Hex color #A934B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A934B9 is #56CB46. Grayscale: #656565. Windows color (decimal): -5688135 or 12137641. OLE color: 12137641.

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

Color convert

RGB16952185-
CMYK0.090.7200.27
HSL292.78º56.12%46.47%-
HSV(B)292.78º71.89%72.55%-
XYZ26.3514.3947.29-
YUV102.14174.76175.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 52 (20.70% from 255) = 12.81%
BLUE value IS 185 (72.66% from 255) = 45.57%
R=41.63%
G=12.81%
B=45.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169521850.090.7200.27292.7856.1246.47
HexA934B994801B125382e
Octal25164271111100334457056
Binary101010011101001011100110011001000011011100100101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A934B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A934B9; }

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

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

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

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

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

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

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

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