Html Css Color HEX #AB5ECE Medium Orchid

📋 copy color: '#AB5ECE'

red 171 ◦ green 94 ◦ blue 206

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

Shades of Medium Orchid #AB5ECE

Tints of Medium Orchid #AB5ECE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.96%

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 36.31%
G = 19.96%
B = 43.74%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB5ECE (or 0xAB5ECE) is known color: Medium Orchid. HEX triplet: AB, 5E and CE. RGB value is (171,94,206). Sum of RGB (Red+Green+Blue) = 171+94+206=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB5ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5ECE is #54A131. Grayscale: #818181. Windows color (decimal): -5546290 or 13524651. OLE color: 13524651.

HSL color Cylindrical-coordinate representation of color #AB5ECE: hue angle of 281.25º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB5ECE is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 94 206 -
CMYK 0.17 0.54 0 0.19
HSL 281.25º 0.53% 0.59% -
HSV(B) 281.25º 0.54% 0.81% -
XYZ 31.94 21.12 60.79 -
YUV 129.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 171 94 206 0.17 0.54 0 0.19 281.25 0.53 0.59
Hex AB 5E CE 11 36 0 13 119 35 3B
Octal 253 136 316 21 66 0 23 431 65 73
Binary 10101011 1011110 11001110 10001 110110 0 10011 100011001 110101 111011

Color Harmonies of #AB5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5ECE

Black with #AB5ECE

Text Example


Text Example

White with #AB5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5ECE; }

 p { color: rgb(171,94,206); }

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

background-color css

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

 a { background-color: rgb(171,94,206); }

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

border-color css

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

 span { border-color: rgb(171,94,206); }

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