#a33fd8

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

Shades of Dark Orchid #A33FD8

Tints of Dark Orchid #A33FD8

Color information

#A33FD8 (or 0xA33FD8) is unknown color: approx Dark Orchid. HEX triplet: A3, 3F and D8. RGB value is (163,63,216). Sum of RGB (Red+Green+Blue) = 163+63+216=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #A33FD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33FD8 is #5CC027. Grayscale: #6D6D6D. Windows color (decimal): -6078504 or 14172067. OLE color: 14172067.

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

Color convert

RGB16363216-
CMYK0.250.7100.15
HSL279.22º66.23%54.71%-
HSV(B)279.22º70.83%84.71%-
XYZ29.2816.366.57-
YUV110.34187.63165.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.88%
GREEN value IS 63 (25% from 255) = 14.25%
BLUE value IS 216 (84.77% from 255) = 48.87%
R=36.88%
G=14.25%
B=48.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal163632160.250.7100.15279.2266.2354.71
HexA33FD819470F1174237
Octal243773303110701742710267
Binary1010001111111111011000110011000111011111000101111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a33fd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a33fd8; }

 p { color: rgb(163,63,216); }

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

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

 a { background-color: rgb(163,63,216); }

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

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

 span { border-color: rgb(163,63,216); }

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