#AB45EE

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

Shades of Medium Orchid #AB45EE

Tints of Medium Orchid #AB45EE

Color information

#AB45EE (or 0xAB45EE) is unknown color: approx Medium Orchid. HEX triplet: AB, 45 and EE. RGB value is (171,69,238). Sum of RGB (Red+Green+Blue) = 171+69+238=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB45EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB45EE is #54BA11. Grayscale: #767676. Windows color (decimal): -5552658 or 15615403. OLE color: 15615403.

HSL color Cylindrical-coordinate representation of color #AB45EE: hue angle of 276.21º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB45EE is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17169238-
CMYK0.280.7100.07
HSL276.21º83.25%60.2%-
HSV(B)276.21º71.01%93.33%-
XYZ34.3619.0982.76-
YUV118.76195.29165.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 69 (27.34% from 255) = 14.44%
BLUE value IS 238 (93.36% from 255) = 49.79%
R=35.77%
G=14.44%
B=49.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171692380.280.7100.07276.2183.2560.2
HexAB45EE1C4707114533c
Octal253105356341070742412374
Binary1010101110001011110111011100100011101111000101001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB45EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB45EE; }

 p { color: rgb(171,69,238); }

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

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

 a { background-color: rgb(171,69,238); }

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

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

 span { border-color: rgb(171,69,238); }

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