#AB28CF

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

Shades of Dark Orchid #AB28CF

Tints of Dark Orchid #AB28CF

Color information

#AB28CF (or 0xAB28CF) is unknown color: approx Dark Orchid. HEX triplet: AB, 28 and CF. RGB value is (171,40,207). Sum of RGB (Red+Green+Blue) = 171+40+207=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB28CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB28CF is #54D730. Grayscale: #616161. Windows color (decimal): -5560113 or 13576363. OLE color: 13576363.

HSL color Cylindrical-coordinate representation of color #AB28CF: hue angle of 287.07º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB28CF is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17140207-
CMYK0.170.8100.19
HSL287.07º67.61%48.43%-
HSV(B)287.07º80.68%81.18%-
XYZ28.8214.6860.35-
YUV98.21189.4179.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 40 (16.02% from 255) = 9.57%
BLUE value IS 207 (81.25% from 255) = 49.52%
R=40.91%
G=9.57%
B=49.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal171402070.170.8100.19287.0767.6148.43
HexAB28CF115101311f4430
Octal253503172112102343710460
Binary10101011101000110011111000110100010100111000111111000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB28CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB28CF; }

 p { color: rgb(171,40,207); }

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

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

 a { background-color: rgb(171,40,207); }

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

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

 span { border-color: rgb(171,40,207); }

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