#AB28C8

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

Shades of Dark Orchid #AB28C8

Tints of Dark Orchid #AB28C8

Color information

#AB28C8 (or 0xAB28C8) is unknown color: approx Dark Orchid. HEX triplet: AB, 28 and C8. RGB value is (171,40,200). Sum of RGB (Red+Green+Blue) = 171+40+200=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB28C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB28C8 is #54D737. Grayscale: #606060. Windows color (decimal): -5560120 or 13117611. OLE color: 13117611.

HSL color Cylindrical-coordinate representation of color #AB28C8: hue angle of 289.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB28C8 is Cyan = 0.14, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17140200-
CMYK0.140.800.22
HSL289.12º66.67%47.06%-
HSV(B)289.12º80%78.43%-
XYZ27.9814.3555.94-
YUV97.41185.9180.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.61%
GREEN value IS 40 (16.02% from 255) = 9.73%
BLUE value IS 200 (78.52% from 255) = 48.66%
R=41.61%
G=9.73%
B=48.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171402000.140.800.22289.1266.6747.06
HexAB28C8E50016121432f
Octal253503101612002644110357
Binary1010101110100011001000111010100000101101001000011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB28C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB28C8; }

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

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

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

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

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

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

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

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