#AB2FBA

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

Shades of Dark Orchid #AB2FBA

Tints of Dark Orchid #AB2FBA

Color information

#AB2FBA (or 0xAB2FBA) is unknown color: approx Dark Orchid. HEX triplet: AB, 2F and BA. RGB value is (171,47,186). Sum of RGB (Red+Green+Blue) = 171+47+186=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB2FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2FBA is #54D045. Grayscale: #636363. Windows color (decimal): -5558342 or 12201899. OLE color: 12201899.

HSL color Cylindrical-coordinate representation of color #AB2FBA: hue angle of 293.53º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2FBA is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17147186-
CMYK0.080.7500.27
HSL293.53º59.66%45.69%-
HSV(B)293.53º74.73%72.94%-
XYZ26.6714.2447.8-
YUV99.92176.58178.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.33%
GREEN value IS 47 (18.75% from 255) = 11.63%
BLUE value IS 186 (73.05% from 255) = 46.04%
R=42.33%
G=11.63%
B=46.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171471860.080.7500.27293.5359.6645.69
HexAB2FBA84B01B1263c2e
Octal25357272101130334467456
Binary101010111011111011101010001001011011011100100110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2FBA; }

 p { color: rgb(171,47,186); }

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

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

 a { background-color: rgb(171,47,186); }

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

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

 span { border-color: rgb(171,47,186); }

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