#AB42DE

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

Shades of Medium Orchid #AB42DE

Tints of Medium Orchid #AB42DE

Color information

#AB42DE (or 0xAB42DE) is unknown color: approx Medium Orchid. HEX triplet: AB, 42 and DE. RGB value is (171,66,222). Sum of RGB (Red+Green+Blue) = 171+66+222=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB42DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB42DE is #54BD21. Grayscale: #727272. Windows color (decimal): -5553442 or 14566059. OLE color: 14566059.

HSL color Cylindrical-coordinate representation of color #AB42DE: hue angle of 280.38º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB42DE is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17166222-
CMYK0.230.7000.13
HSL280.38º70.27%56.47%-
HSV(B)280.38º70.27%87.06%-
XYZ31.9317.8370.87-
YUV115.18188.29167.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 66 (26.17% from 255) = 14.38%
BLUE value IS 222 (87.11% from 255) = 48.37%
R=37.25%
G=14.38%
B=48.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171662220.230.7000.13280.3870.2756.47
HexAB42DE17460D1184638
Octal2531023362710601543010670
Binary10101011100001011011110101111000110011011000110001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB42DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB42DE; }

 p { color: rgb(171,66,222); }

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

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

 a { background-color: rgb(171,66,222); }

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

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

 span { border-color: rgb(171,66,222); }

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