#A33ACB

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

Shades of Dark Orchid #A33ACB

Tints of Dark Orchid #A33ACB

Color information

#A33ACB (or 0xA33ACB) is unknown color: approx Dark Orchid. HEX triplet: A3, 3A and CB. RGB value is (163,58,203). Sum of RGB (Red+Green+Blue) = 163+58+203=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #A33ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33ACB is #5CC534. Grayscale: #696969. Windows color (decimal): -6079797 or 13318819. OLE color: 13318819.

HSL color Cylindrical-coordinate representation of color #A33ACB: hue angle of 283.45º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A33ACB is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16358203-
CMYK0.200.7100.20
HSL283.45º58.23%51.18%-
HSV(B)283.45º71.43%79.61%-
XYZ27.415.1257.98-
YUV105.92182.79168.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 58 (23.05% from 255) = 13.68%
BLUE value IS 203 (79.69% from 255) = 47.88%
R=38.44%
G=13.68%
B=47.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal163582030.200.7100.20283.4558.2351.18
HexA33ACB144701411b3a33
Octal24372313241070244337263
Binary1010001111101011001011101001000111010100100011011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33ACB; }

 p { color: rgb(163,58,203); }

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

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

 a { background-color: rgb(163,58,203); }

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

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

 span { border-color: rgb(163,58,203); }

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