#AB3ED7

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

Shades of Dark Orchid #AB3ED7

Tints of Dark Orchid #AB3ED7

Color information

#AB3ED7 (or 0xAB3ED7) is unknown color: approx Dark Orchid. HEX triplet: AB, 3E and D7. RGB value is (171,62,215). Sum of RGB (Red+Green+Blue) = 171+62+215=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 62 (24.61% from 255 or 13.84% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 215 - color contains mainly: blue. Hex color #AB3ED7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3ED7 is #54C128. Grayscale: #6F6F6F. Windows color (decimal): -5554473 or 14106283. OLE color: 14106283.

HSL color Cylindrical-coordinate representation of color #AB3ED7: hue angle of 282.75º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3ED7 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17162215-
CMYK0.200.7100.16
HSL282.75º65.67%54.31%-
HSV(B)282.75º71.16%84.31%-
XYZ30.7817.0165.95-
YUV112.03186.11170.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 62 (24.61% from 255) = 13.84%
BLUE value IS 215 (84.38% from 255) = 47.99%
R=38.17%
G=13.84%
B=47.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal171622150.200.7100.16282.7565.6754.31
HexAB3ED7144701011b4236
Octal253763272410702043310266
Binary10101011111110110101111010010001110100001000110111000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3ED7; }

 p { color: rgb(171,62,215); }

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

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

 a { background-color: rgb(171,62,215); }

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

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

 span { border-color: rgb(171,62,215); }

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