#ab2edf

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

Shades of Dark Orchid #AB2EDF

Tints of Dark Orchid #AB2EDF

Color information

#AB2EDF (or 0xAB2EDF) is unknown color: approx Dark Orchid. HEX triplet: AB, 2E and DF. RGB value is (171,46,223). Sum of RGB (Red+Green+Blue) = 171+46+223=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB2EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2EDF is #54D120. Grayscale: #666666. Windows color (decimal): -5558561 or 14626475. OLE color: 14626475.

HSL color Cylindrical-coordinate representation of color #AB2EDF: hue angle of 282.37º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2EDF is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17146223-
CMYK0.230.7900.13
HSL282.37º73.44%52.75%-
HSV(B)282.37º79.37%87.45%-
XYZ31.0915.9471.25-
YUV103.55195.41176.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 46 (18.36% from 255) = 10.45%
BLUE value IS 223 (87.5% from 255) = 50.68%
R=38.86%
G=10.45%
B=50.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171462230.230.7900.13282.3773.4452.75
HexAB2EDF174F0D11a4935
Octal253563372711701543211165
Binary1010101110111011011111101111001111011011000110101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab2edf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab2edf; }

 p { color: rgb(171,46,223); }

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

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

 a { background-color: rgb(171,46,223); }

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

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

 span { border-color: rgb(171,46,223); }

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