#AB3FC0

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

Shades of Dark Orchid #AB3FC0

Tints of Dark Orchid #AB3FC0

Color information

#AB3FC0 (or 0xAB3FC0) is unknown color: approx Dark Orchid. HEX triplet: AB, 3F and C0. RGB value is (171,63,192). Sum of RGB (Red+Green+Blue) = 171+63+192=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB3FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3FC0 is #54C03F. Grayscale: #6D6D6D. Windows color (decimal): -5554240 or 12599211. OLE color: 12599211.

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

Color convert

RGB17163192-
CMYK0.110.6700.25
HSL290.23º50.59%50%-
HSV(B)290.23º67.19%75.29%-
XYZ28.0916.0251.48-
YUV110174.28171.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 63 (25% from 255) = 14.79%
BLUE value IS 192 (75.39% from 255) = 45.07%
R=40.14%
G=14.79%
B=45.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171631920.110.6700.25290.2350.5950
HexAB3FC0B430191223332
Octal25377300131030314426362
Binary101010111111111100000010111000011011001100100010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3FC0; }

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

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

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

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

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

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

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

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