#A234AA

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

Shades of Dark Orchid #A234AA

Tints of Dark Orchid #A234AA

Color information

#A234AA (or 0xA234AA) is unknown color: approx Dark Orchid. HEX triplet: A2, 34 and AA. RGB value is (162,52,170). Sum of RGB (Red+Green+Blue) = 162+52+170=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #A234AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A234AA is #5DCB55. Grayscale: #616161. Windows color (decimal): -6146902 or 11154594. OLE color: 11154594.

HSL color Cylindrical-coordinate representation of color #A234AA: hue angle of 295.93º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A234AA is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16252170-
CMYK0.050.6900.33
HSL295.93º53.15%43.53%-
HSV(B)295.93º69.41%66.67%-
XYZ23.3813.0439.31-
YUV98.34168.44173.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 52 (20.70% from 255) = 13.54%
BLUE value IS 170 (66.80% from 255) = 44.27%
R=42.19%
G=13.54%
B=44.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162521700.050.6900.33295.9353.1543.53
HexA234AA545021128352c
Octal2426425251050414506554
Binary101000101101001010101010110001010100001100101000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A234AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A234AA; }

 p { color: rgb(162,52,170); }

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

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

 a { background-color: rgb(162,52,170); }

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

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

 span { border-color: rgb(162,52,170); }

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