#A333CE

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

Shades of Dark Orchid #A333CE

Tints of Dark Orchid #A333CE

Color information

#A333CE (or 0xA333CE) is unknown color: approx Dark Orchid. HEX triplet: A3, 33 and CE. RGB value is (163,51,206). Sum of RGB (Red+Green+Blue) = 163+51+206=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #A333CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333CE is #5CCC31. Grayscale: #656565. Windows color (decimal): -6081586 or 13513635. OLE color: 13513635.

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

Color convert

RGB16351206-
CMYK0.210.7500.19
HSL283.35º61.26%50.39%-
HSV(B)283.35º75.24%80.78%-
XYZ27.4314.6159.77-
YUV102.16186.61171.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.81%
GREEN value IS 51 (20.31% from 255) = 12.14%
BLUE value IS 206 (80.86% from 255) = 49.05%
R=38.81%
G=12.14%
B=49.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal163512060.210.7500.19283.3561.2650.39
HexA333CE154B01311b3d32
Octal24363316251130234337562
Binary1010001111001111001110101011001011010011100011011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A333CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A333CE; }

 p { color: rgb(163,51,206); }

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

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

 a { background-color: rgb(163,51,206); }

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

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

 span { border-color: rgb(163,51,206); }

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