#A93BCF

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

Shades of Dark Orchid #A93BCF

Tints of Dark Orchid #A93BCF

Color information

#A93BCF (or 0xA93BCF) is unknown color: approx Dark Orchid. HEX triplet: A9, 3B and CF. RGB value is (169,59,207). Sum of RGB (Red+Green+Blue) = 169+59+207=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #A93BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93BCF is #56C430. Grayscale: #6C6C6C. Windows color (decimal): -5686321 or 13581225. OLE color: 13581225.

HSL color Cylindrical-coordinate representation of color #A93BCF: hue angle of 284.59º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A93BCF is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16959207-
CMYK0.180.7100.19
HSL284.59º60.66%52.16%-
HSV(B)284.59º71.5%81.18%-
XYZ29.1916.0760.59-
YUV108.76183.44170.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.85%
GREEN value IS 59 (23.44% from 255) = 13.56%
BLUE value IS 207 (81.25% from 255) = 47.59%
R=38.85%
G=13.56%
B=47.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal169592070.180.7100.19284.5960.6652.16
HexA93BCF124701311d3d34
Octal25173317221070234357564
Binary1010100111101111001111100101000111010011100011101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93BCF; }

 p { color: rgb(169,59,207); }

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

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

 a { background-color: rgb(169,59,207); }

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

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

 span { border-color: rgb(169,59,207); }

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