Html Css Color HEX #AB40EC Medium Orchid

📋 copy color: '#AB40EC'

red 171 ◦ green 64 ◦ blue 236

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

Shades of Medium Orchid #AB40EC

Tints of Medium Orchid #AB40EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 36.31%
G = 13.59%
B = 50.11%

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

#AB40EC (or 0xAB40EC) is known color: Medium Orchid. HEX triplet: AB, 40 and EC. RGB value is (171,64,236). Sum of RGB (Red+Green+Blue) = 171+64+236=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB40EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB40EC is #54BF13. Grayscale: #737373. Windows color (decimal): -5553940 or 15483051. OLE color: 15483051.

HSL color Cylindrical-coordinate representation of color #AB40EC: hue angle of 277.33º degrees, saturation: 0.82, 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 #AB40EC is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 64 236 -
CMYK 0.28 0.73 0 0.07
HSL 277.33º 0.82% 0.59% -
HSV(B) 277.33º 0.73% 0.93% -
XYZ 33.77 18.38 81.12 -
YUV 115.6 195.95 167.51 -
System Red Green Blue C M Y K H S L
Decimal 171 64 236 0.28 0.73 0 0.07 277.33 0.82 0.59
Hex AB 40 EC 1C 49 0 7 115 52 3B
Octal 253 100 354 34 111 0 7 425 122 73
Binary 10101011 1000000 11101100 11100 1001001 0 111 100010101 1010010 111011

Color Harmonies of #AB40EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB40EC

Black with #AB40EC

Text Example


Text Example

White with #AB40EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB40EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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