#A233AC

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

Shades of Dark Orchid #A233AC

Tints of Dark Orchid #A233AC

Color information

#A233AC (or 0xA233AC) is unknown color: approx Dark Orchid. HEX triplet: A2, 33 and AC. RGB value is (162,51,172). Sum of RGB (Red+Green+Blue) = 162+51+172=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #A233AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A233AC is #5DCC53. Grayscale: #616161. Windows color (decimal): -6147156 or 11285410. OLE color: 11285410.

HSL color Cylindrical-coordinate representation of color #A233AC: hue angle of 295.04º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A233AC is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16251172-
CMYK0.060.7000.33
HSL295.04º54.26%43.73%-
HSV(B)295.04º70.35%67.45%-
XYZ23.5313.0340.3-
YUV97.98169.77173.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 51 (20.31% from 255) = 13.25%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=42.08%
G=13.25%
B=44.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162511720.060.7000.33295.0454.2643.73
HexA233AC646021127362c
Octal2426325461060414476654
Binary101000101100111010110011010001100100001100100111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A233AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A233AC; }

 p { color: rgb(162,51,172); }

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

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

 a { background-color: rgb(162,51,172); }

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

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

 span { border-color: rgb(162,51,172); }

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