#A336D3

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

Shades of Dark Orchid #A336D3

Tints of Dark Orchid #A336D3

Color information

#A336D3 (or 0xA336D3) is unknown color: approx Dark Orchid. HEX triplet: A3, 36 and D3. RGB value is (163,54,211). Sum of RGB (Red+Green+Blue) = 163+54+211=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 211 (82.81% from 255 or 49.30% from 428); Max value from RGB is 211 - color contains mainly: blue. Hex color #A336D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A336D3 is #5CC92C. Grayscale: #676767. Windows color (decimal): -6080813 or 13842083. OLE color: 13842083.

HSL color Cylindrical-coordinate representation of color #A336D3: hue angle of 281.66º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A336D3 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16354211-
CMYK0.230.7400.17
HSL281.66º64.08%51.96%-
HSV(B)281.66º74.41%82.75%-
XYZ28.1815.1363.06-
YUV104.49188.11169.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.08%
GREEN value IS 54 (21.48% from 255) = 12.62%
BLUE value IS 211 (82.81% from 255) = 49.30%
R=38.08%
G=12.62%
B=49.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal163542110.230.7400.17281.6664.0851.96
HexA336D3174A01111a4034
Octal243663232711202143210064
Binary10100011110110110100111011110010100100011000110101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A336D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A336D3; }

 p { color: rgb(163,54,211); }

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

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

 a { background-color: rgb(163,54,211); }

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

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

 span { border-color: rgb(163,54,211); }

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