#A51FBA

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

Shades of Dark Orchid #A51FBA

Tints of Dark Orchid #A51FBA

Color information

#A51FBA (or 0xA51FBA) is unknown color: approx Dark Orchid. HEX triplet: A5, 1F and BA. RGB value is (165,31,186). Sum of RGB (Red+Green+Blue) = 165+31+186=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #A51FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51FBA is #5AE045. Grayscale: #585858. Windows color (decimal): -5955654 or 12197797. OLE color: 12197797.

HSL color Cylindrical-coordinate representation of color #A51FBA: hue angle of 291.87º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A51FBA is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16531186-
CMYK0.110.8300.27
HSL291.87º71.43%42.55%-
HSV(B)291.87º83.33%72.94%-
XYZ24.8712.5247.56-
YUV88.74182.89182.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.19%
GREEN value IS 31 (12.5% from 255) = 8.12%
BLUE value IS 186 (73.05% from 255) = 48.69%
R=43.19%
G=8.12%
B=48.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165311860.110.8300.27291.8771.4342.55
HexA51FBAB5301B124472b
Octal245372721312303344410753
Binary101001011111110111010101110100110110111001001001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51FBA; }

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

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

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

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

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

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

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

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