#A332B6

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

Shades of Dark Orchid #A332B6

Tints of Dark Orchid #A332B6

Color information

#A332B6 (or 0xA332B6) is unknown color: approx Dark Orchid. HEX triplet: A3, 32 and B6. RGB value is (163,50,182). Sum of RGB (Red+Green+Blue) = 163+50+182=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #A332B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A332B6 is #5CCD49. Grayscale: #626262. Windows color (decimal): -6081866 or 11940515. OLE color: 11940515.

HSL color Cylindrical-coordinate representation of color #A332B6: hue angle of 291.36º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A332B6 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16350182-
CMYK0.100.7300.29
HSL291.36º56.9%45.49%-
HSV(B)291.36º72.53%71.37%-
XYZ24.6913.4545.55-
YUV98.84174.94173.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 50 (19.92% from 255) = 12.66%
BLUE value IS 182 (71.48% from 255) = 46.08%
R=41.27%
G=12.66%
B=46.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163501820.100.7300.29291.3656.945.49
HexA332B6A4901D123392d
Octal24362266121110354437155
Binary101000111100101011011010101001001011101100100011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A332B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A332B6; }

 p { color: rgb(163,50,182); }

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

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

 a { background-color: rgb(163,50,182); }

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

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

 span { border-color: rgb(163,50,182); }

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