#AB30AD

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

Shades of Dark Orchid #AB30AD

Tints of Dark Orchid #AB30AD

Color information

#AB30AD (or 0xAB30AD) is unknown color: approx Dark Orchid. HEX triplet: AB, 30 and AD. RGB value is (171,48,173). Sum of RGB (Red+Green+Blue) = 171+48+173=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB30AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB30AD is #54CF52. Grayscale: #626262. Windows color (decimal): -5558099 or 11350187. OLE color: 11350187.

HSL color Cylindrical-coordinate representation of color #AB30AD: hue angle of 299.04º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB30AD is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17148173-
CMYK0.010.7200.32
HSL299.04º56.56%43.33%-
HSV(B)299.04º72.25%67.84%-
XYZ25.3913.7940.86-
YUV99.03169.75179.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 48 (19.14% from 255) = 12.24%
BLUE value IS 173 (67.97% from 255) = 44.13%
R=43.62%
G=12.24%
B=44.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171481730.010.7200.32299.0456.5643.33
HexAB30AD14802012b392b
Octal2536025511100404537153
Binary1010101111000010101101110010000100000100101011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB30AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB30AD; }

 p { color: rgb(171,48,173); }

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

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

 a { background-color: rgb(171,48,173); }

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

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

 span { border-color: rgb(171,48,173); }

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