#A932B1

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

Shades of Dark Orchid #A932B1

Tints of Dark Orchid #A932B1

Color information

#A932B1 (or 0xA932B1) is unknown color: approx Dark Orchid. HEX triplet: A9, 32 and B1. RGB value is (169,50,177). Sum of RGB (Red+Green+Blue) = 169+50+177=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #A932B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A932B1 is #56CD4E. Grayscale: #636363. Windows color (decimal): -5688655 or 11612841. OLE color: 11612841.

HSL color Cylindrical-coordinate representation of color #A932B1: hue angle of 296.22º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A932B1 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16950177-
CMYK0.050.7200.31
HSL296.22º55.95%44.51%-
HSV(B)296.22º71.75%69.41%-
XYZ25.4413.8942.94-
YUV100.06171.42177.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 50 (19.92% from 255) = 12.63%
BLUE value IS 177 (69.53% from 255) = 44.70%
R=42.68%
G=12.63%
B=44.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169501770.050.7200.31296.2255.9544.51
HexA932B154801F128382d
Octal2516226151100374507055
Binary10101001110010101100011011001000011111100101000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A932B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A932B1; }

 p { color: rgb(169,50,177); }

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

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

 a { background-color: rgb(169,50,177); }

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

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

 span { border-color: rgb(169,50,177); }

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