#A51FC3

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

Shades of Dark Orchid #A51FC3

Tints of Dark Orchid #A51FC3

Color information

#A51FC3 (or 0xA51FC3) is unknown color: approx Dark Orchid. HEX triplet: A5, 1F and C3. RGB value is (165,31,195). Sum of RGB (Red+Green+Blue) = 165+31+195=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 195 (76.56% from 255 or 49.87% from 391); Max value from RGB is 195 - color contains mainly: blue. Hex color #A51FC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51FC3 is #5AE03C. Grayscale: #595959. Windows color (decimal): -5955645 or 12787621. OLE color: 12787621.

HSL color Cylindrical-coordinate representation of color #A51FC3: hue angle of 289.02º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51FC3 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16531195-
CMYK0.150.8400.24
HSL289.02º72.57%44.31%-
HSV(B)289.02º84.1%76.47%-
XYZ25.8612.9252.76-
YUV89.76187.39181.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 31 (12.5% from 255) = 7.93%
BLUE value IS 195 (76.56% from 255) = 49.87%
R=42.20%
G=7.93%
B=49.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165311950.150.8400.24289.0272.5744.31
HexA51FC3F54018121492c
Octal245373031712403044111154
Binary101001011111111000011111110101000110001001000011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51FC3; }

 p { color: rgb(165,31,195); }

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

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

 a { background-color: rgb(165,31,195); }

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

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

 span { border-color: rgb(165,31,195); }

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