#A03ECF

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

Shades of Dark Orchid #A03ECF

Tints of Dark Orchid #A03ECF

Color information

#A03ECF (or 0xA03ECF) is unknown color: approx Dark Orchid. HEX triplet: A0, 3E and CF. RGB value is (160,62,207). Sum of RGB (Red+Green+Blue) = 160+62+207=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #A03ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03ECF is #5FC130. Grayscale: #6B6B6B. Windows color (decimal): -6275377 or 13581984. OLE color: 13581984.

HSL color Cylindrical-coordinate representation of color #A03ECF: hue angle of 280.55º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03ECF is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16062207-
CMYK0.230.7000.19
HSL280.55º60.17%52.75%-
HSV(B)280.55º70.05%81.18%-
XYZ27.4815.4260.56-
YUV107.83183.97165.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 62 (24.61% from 255) = 14.45%
BLUE value IS 207 (81.25% from 255) = 48.25%
R=37.30%
G=14.45%
B=48.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal160622070.230.7000.19280.5560.1752.75
HexA03ECF17460131193c35
Octal24076317271060234317465
Binary1010000011111011001111101111000110010011100011001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03ECF; }

 p { color: rgb(160,62,207); }

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

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

 a { background-color: rgb(160,62,207); }

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

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

 span { border-color: rgb(160,62,207); }

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