#AB35D9

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

Shades of Dark Orchid #AB35D9

Tints of Dark Orchid #AB35D9

Color information

#AB35D9 (or 0xAB35D9) is unknown color: approx Dark Orchid. HEX triplet: AB, 35 and D9. RGB value is (171,53,217). Sum of RGB (Red+Green+Blue) = 171+53+217=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB35D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB35D9 is #54CA26. Grayscale: #6A6A6A. Windows color (decimal): -5556775 or 14235051. OLE color: 14235051.

HSL color Cylindrical-coordinate representation of color #AB35D9: hue angle of 283.17º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB35D9 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17153217-
CMYK0.210.7600.15
HSL283.17º68.33%52.94%-
HSV(B)283.17º75.58%85.1%-
XYZ30.5916.2167.16-
YUV106.98190.09173.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 53 (21.09% from 255) = 12.02%
BLUE value IS 217 (85.16% from 255) = 49.21%
R=38.78%
G=12.02%
B=49.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal171532170.210.7600.15283.1768.3352.94
HexAB35D9154C0F11b4435
Octal253653312511401743310465
Binary1010101111010111011001101011001100011111000110111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB35D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB35D9; }

 p { color: rgb(171,53,217); }

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

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

 a { background-color: rgb(171,53,217); }

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

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

 span { border-color: rgb(171,53,217); }

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