#A233CA

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

Shades of Dark Orchid #A233CA

Tints of Dark Orchid #A233CA

Color information

#A233CA (or 0xA233CA) is unknown color: approx Dark Orchid. HEX triplet: A2, 33 and CA. RGB value is (162,51,202). Sum of RGB (Red+Green+Blue) = 162+51+202=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #A233CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A233CA is #5DCC35. Grayscale: #646464. Windows color (decimal): -6147126 or 13251490. OLE color: 13251490.

HSL color Cylindrical-coordinate representation of color #A233CA: hue angle of 284.11º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A233CA is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16251202-
CMYK0.200.7500.21
HSL284.11º59.68%49.61%-
HSV(B)284.11º74.75%79.22%-
XYZ26.7414.3157.23-
YUV101.4184.77171.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 51 (20.31% from 255) = 12.29%
BLUE value IS 202 (79.30% from 255) = 48.67%
R=39.04%
G=12.29%
B=48.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162512020.200.7500.21284.1159.6849.61
HexA233CA144B01511c3c32
Octal24263312241130254347462
Binary1010001011001111001010101001001011010101100011100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A233CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A233CA; }

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

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

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

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

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

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

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

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