#A03BDF

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

Shades of Dark Orchid #A03BDF

Tints of Dark Orchid #A03BDF

Color information

#A03BDF (or 0xA03BDF) is unknown color: approx Dark Orchid. HEX triplet: A0, 3B and DF. RGB value is (160,59,223). Sum of RGB (Red+Green+Blue) = 160+59+223=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #A03BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03BDF is #5FC420. Grayscale: #6B6B6B. Windows color (decimal): -6276129 or 14629792. OLE color: 14629792.

HSL color Cylindrical-coordinate representation of color #A03BDF: hue angle of 276.95º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A03BDF is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16059223-
CMYK0.280.7400.13
HSL276.95º71.93%55.29%-
HSV(B)276.95º73.54%87.45%-
XYZ29.3815.9371.34-
YUV107.89192.96165.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.20%
GREEN value IS 59 (23.44% from 255) = 13.35%
BLUE value IS 223 (87.5% from 255) = 50.45%
R=36.20%
G=13.35%
B=50.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160592230.280.7400.13276.9571.9355.29
HexA03BDF1C4A0D1154837
Octal240733373411201542511067
Binary1010000011101111011111111001001010011011000101011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03BDF; }

 p { color: rgb(160,59,223); }

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

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

 a { background-color: rgb(160,59,223); }

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

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

 span { border-color: rgb(160,59,223); }

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