#A936B2

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

Shades of Dark Orchid #A936B2

Tints of Dark Orchid #A936B2

Color information

#A936B2 (or 0xA936B2) is unknown color: approx Dark Orchid. HEX triplet: A9, 36 and B2. RGB value is (169,54,178). Sum of RGB (Red+Green+Blue) = 169+54+178=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 178 - color contains mainly: blue. Hex color #A936B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A936B2 is #56C94D. Grayscale: #666666. Windows color (decimal): -5687630 or 11679401. OLE color: 11679401.

HSL color Cylindrical-coordinate representation of color #A936B2: hue angle of 295.65º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A936B2 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16954178-
CMYK0.050.7000.30
HSL295.65º53.45%45.49%-
HSV(B)295.65º69.66%69.8%-
XYZ25.7214.2943.52-
YUV102.52170.6175.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 54 (21.48% from 255) = 13.47%
BLUE value IS 178 (69.92% from 255) = 44.39%
R=42.14%
G=13.47%
B=44.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal169541780.050.7000.30295.6553.4545.49
HexA936B254601E128352d
Octal2516626251060364506555
Binary10101001110110101100101011000110011110100101000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A936B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A936B2; }

 p { color: rgb(169,54,178); }

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

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

 a { background-color: rgb(169,54,178); }

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

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

 span { border-color: rgb(169,54,178); }

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