#A332BE

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

Shades of Dark Orchid #A332BE

Tints of Dark Orchid #A332BE

Color information

#A332BE (or 0xA332BE) is unknown color: approx Dark Orchid. HEX triplet: A3, 32 and BE. RGB value is (163,50,190). Sum of RGB (Red+Green+Blue) = 163+50+190=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #A332BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A332BE is #5CCD41. Grayscale: #636363. Windows color (decimal): -6081858 or 12464803. OLE color: 12464803.

HSL color Cylindrical-coordinate representation of color #A332BE: hue angle of 288.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A332BE is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16350190-
CMYK0.140.7400.25
HSL288.43º58.33%47.06%-
HSV(B)288.43º73.68%74.51%-
XYZ25.5413.7950.03-
YUV99.75178.94173.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 50 (19.92% from 255) = 12.41%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=40.45%
G=12.41%
B=47.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163501900.140.7400.25288.4358.3347.06
HexA332BEE4A0191203a2f
Octal24362276161120314407257
Binary101000111100101011111011101001010011001100100000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A332BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A332BE; }

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

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

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

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

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

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

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

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