#A033C3

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

Shades of Dark Orchid #A033C3

Tints of Dark Orchid #A033C3

Color information

#A033C3 (or 0xA033C3) is unknown color: approx Dark Orchid. HEX triplet: A0, 33 and C3. RGB value is (160,51,195). Sum of RGB (Red+Green+Blue) = 160+51+195=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 195 (76.56% from 255 or 48.03% from 406); Max value from RGB is 195 - color contains mainly: blue. Hex color #A033C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A033C3 is #5FCC3C. Grayscale: #636363. Windows color (decimal): -6278205 or 12792736. OLE color: 12792736.

HSL color Cylindrical-coordinate representation of color #A033C3: hue angle of 285.42º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A033C3 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16051195-
CMYK0.180.7400.24
HSL285.42º58.54%48.24%-
HSV(B)285.42º73.85%76.47%-
XYZ25.5313.7852.94-
YUV100.01181.61170.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 51 (20.31% from 255) = 12.56%
BLUE value IS 195 (76.56% from 255) = 48.03%
R=39.41%
G=12.56%
B=48.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160511950.180.7400.24285.4258.5448.24
HexA033C3124A01811d3b30
Octal24063303221120304357360
Binary1010000011001111000011100101001010011000100011101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A033C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A033C3; }

 p { color: rgb(160,51,195); }

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

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

 a { background-color: rgb(160,51,195); }

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

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

 span { border-color: rgb(160,51,195); }

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