#AB2ABE

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

Shades of Dark Orchid #AB2ABE

Tints of Dark Orchid #AB2ABE

Color information

#AB2ABE (or 0xAB2ABE) is unknown color: approx Dark Orchid. HEX triplet: AB, 2A and BE. RGB value is (171,42,190). Sum of RGB (Red+Green+Blue) = 171+42+190=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB2ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2ABE is #54D541. Grayscale: #606060. Windows color (decimal): -5559618 or 12462763. OLE color: 12462763.

HSL color Cylindrical-coordinate representation of color #AB2ABE: hue angle of 292.3º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2ABE is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17142190-
CMYK0.100.7800.25
HSL292.3º63.79%45.49%-
HSV(B)292.3º77.89%74.51%-
XYZ26.9214.0350-
YUV97.44180.24180.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.43%
GREEN value IS 42 (16.80% from 255) = 10.42%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=42.43%
G=10.42%
B=47.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171421900.100.7800.25292.363.7945.49
HexAB2ABEA4E019124402d
Octal253522761211603144410055
Binary1010101110101010111110101010011100110011001001001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2ABE; }

 p { color: rgb(171,42,190); }

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

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

 a { background-color: rgb(171,42,190); }

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

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

 span { border-color: rgb(171,42,190); }

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