Html Css Color HEX #AB40EE Medium Orchid

📋 copy color: '#AB40EE'

red 171 ◦ green 64 ◦ blue 238

#AB40EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #AB40EE

Tints of Medium Orchid #AB40EE

RGB

 RED value IS 171 (67.19% from 255) = 36.15%

 GREEN value IS 64 (25.39% from 255) = 13.53%

 BLUE value IS 238 (93.36% from 255) = 50.32%

R = 36.15%
G = 13.53%
B = 50.32%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB40EE (or 0xAB40EE) is known color: Medium Orchid. HEX triplet: AB, 40 and EE. RGB value is (171,64,238). Sum of RGB (Red+Green+Blue) = 171+64+238=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB40EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB40EE is #54BF11. Grayscale: #737373. Windows color (decimal): -5553938 or 15614123. OLE color: 15614123.

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

Color convert

RGB 171 64 238 -
CMYK 0.28 0.73 0 0.07
HSL 276.9º 0.84% 0.59% -
HSV(B) 276.9º 0.73% 0.93% -
XYZ 34.06 18.5 82.66 -
YUV 115.83 196.95 167.35 -
System Red Green Blue C M Y K H S L
Decimal 171 64 238 0.28 0.73 0 0.07 276.9 0.84 0.59
Hex AB 40 EE 1C 49 0 7 115 54 3B
Octal 253 100 356 34 111 0 7 425 124 73
Binary 10101011 1000000 11101110 11100 1001001 0 111 100010101 1010100 111011

Color Harmonies of #AB40EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB40EE

Black with #AB40EE

Text Example


Text Example

White with #AB40EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB40EE; }

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

 H1.HeaderClassName
 {
   color: #AB40EE;
 }
 .AnyTagClassName
 {
   color: #AB40EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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