#A936B6

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

Shades of Dark Orchid #A936B6

Tints of Dark Orchid #A936B6

Color information

#A936B6 (or 0xA936B6) is unknown color: approx Dark Orchid. HEX triplet: A9, 36 and B6. RGB value is (169,54,182). Sum of RGB (Red+Green+Blue) = 169+54+182=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #A936B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A936B6 is #56C949. Grayscale: #666666. Windows color (decimal): -5687626 or 11941545. OLE color: 11941545.

HSL color Cylindrical-coordinate representation of color #A936B6: hue angle of 293.91º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A936B6 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16954182-
CMYK0.070.7000.29
HSL293.91º54.24%46.27%-
HSV(B)293.91º70.33%71.37%-
XYZ26.1214.4545.67-
YUV102.98172.6175.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.73%
GREEN value IS 54 (21.48% from 255) = 13.33%
BLUE value IS 182 (71.48% from 255) = 44.94%
R=41.73%
G=13.33%
B=44.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169541820.070.7000.29293.9154.2446.27
HexA936B674601D126362e
Octal2516626671060354466656
Binary10101001110110101101101111000110011101100100110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A936B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A936B6; }

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

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

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

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

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

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

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

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