#AB2FC0

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

Shades of Dark Orchid #AB2FC0

Tints of Dark Orchid #AB2FC0

Color information

#AB2FC0 (or 0xAB2FC0) is unknown color: approx Dark Orchid. HEX triplet: AB, 2F and C0. RGB value is (171,47,192). Sum of RGB (Red+Green+Blue) = 171+47+192=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB2FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2FC0 is #54D03F. Grayscale: #646464. Windows color (decimal): -5558336 or 12595115. OLE color: 12595115.

HSL color Cylindrical-coordinate representation of color #AB2FC0: hue angle of 291.31º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2FC0 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17147192-
CMYK0.110.7600.25
HSL291.31º60.67%46.86%-
HSV(B)291.31º75.52%75.29%-
XYZ27.3314.551.23-
YUV100.61179.58178.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 47 (18.75% from 255) = 11.46%
BLUE value IS 192 (75.39% from 255) = 46.83%
R=41.71%
G=11.46%
B=46.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171471920.110.7600.25291.3160.6746.86
HexAB2FC0B4C0191233d2f
Octal25357300131140314437557
Binary101010111011111100000010111001100011001100100011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2FC0; }

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

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

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

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

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

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

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

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