#A33CDA

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

Shades of Dark Orchid #A33CDA

Tints of Dark Orchid #A33CDA

Color information

#A33CDA (or 0xA33CDA) is unknown color: approx Dark Orchid. HEX triplet: A3, 3C and DA. RGB value is (163,60,218). Sum of RGB (Red+Green+Blue) = 163+60+218=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #A33CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33CDA is #5CC325. Grayscale: #6C6C6C. Windows color (decimal): -6079270 or 14302371. OLE color: 14302371.

HSL color Cylindrical-coordinate representation of color #A33CDA: hue angle of 279.11º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A33CDA is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16360218-
CMYK0.250.7200.15
HSL279.11º68.1%54.51%-
HSV(B)279.11º72.48%85.49%-
XYZ29.3816.0867.89-
YUV108.81189.62166.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.96%
GREEN value IS 60 (23.83% from 255) = 13.61%
BLUE value IS 218 (85.55% from 255) = 49.43%
R=36.96%
G=13.61%
B=49.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal163602180.250.7200.15279.1168.154.51
HexA33CDA19480F1174437
Octal243743323111001742710467
Binary1010001111110011011010110011001000011111000101111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33CDA; }

 p { color: rgb(163,60,218); }

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

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

 a { background-color: rgb(163,60,218); }

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

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

 span { border-color: rgb(163,60,218); }

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