#A432BE

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

Shades of Dark Orchid #A432BE

Tints of Dark Orchid #A432BE

Color information

#A432BE (or 0xA432BE) is unknown color: approx Dark Orchid. HEX triplet: A4, 32 and BE. RGB value is (164,50,190). Sum of RGB (Red+Green+Blue) = 164+50+190=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #A432BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A432BE is #5BCD41. Grayscale: #636363. Windows color (decimal): -6016322 or 12464804. OLE color: 12464804.

HSL color Cylindrical-coordinate representation of color #A432BE: hue angle of 288.86º 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 #A432BE is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16450190-
CMYK0.140.7400.25
HSL288.86º58.33%47.06%-
HSV(B)288.86º73.68%74.51%-
XYZ25.7413.8950.04-
YUV100.05178.77173.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 50 (19.92% from 255) = 12.38%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=40.59%
G=12.38%
B=47.03%

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
Decimal164501900.140.7400.25288.8658.3347.06
HexA432BEE4A0191213a2f
Octal24462276161120314417257
Binary101001001100101011111011101001010011001100100001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A432BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A432BE; }

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

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

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

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

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

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

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

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