#A233C8

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

Shades of Dark Orchid #A233C8

Tints of Dark Orchid #A233C8

Color information

#A233C8 (or 0xA233C8) is unknown color: approx Dark Orchid. HEX triplet: A2, 33 and C8. RGB value is (162,51,200). Sum of RGB (Red+Green+Blue) = 162+51+200=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #A233C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A233C8 is #5DCC37. Grayscale: #646464. Windows color (decimal): -6147128 or 13120418. OLE color: 13120418.

HSL color Cylindrical-coordinate representation of color #A233C8: hue angle of 284.7º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A233C8 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16251200-
CMYK0.190.7400.22
HSL284.7º59.36%49.22%-
HSV(B)284.7º74.5%78.43%-
XYZ26.5114.2255.99-
YUV101.18183.77171.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 51 (20.31% from 255) = 12.35%
BLUE value IS 200 (78.52% from 255) = 48.43%
R=39.23%
G=12.35%
B=48.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162512000.190.7400.22284.759.3649.22
HexA233C8134A01611d3b31
Octal24263310231120264357361
Binary1010001011001111001000100111001010010110100011101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A233C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A233C8; }

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

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

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

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

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

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

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

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