Html Css Color HEX #AB5EC9 Medium Orchid

📋 copy color: '#AB5EC9'

red 171 ◦ green 94 ◦ blue 201

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

Shades of Medium Orchid #AB5EC9

Tints of Medium Orchid #AB5EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.13%

R = 36.7%
G = 20.17%
B = 43.13%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB5EC9 (or 0xAB5EC9) is known color: Medium Orchid. HEX triplet: AB, 5E and C9. RGB value is (171,94,201). Sum of RGB (Red+Green+Blue) = 171+94+201=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB5EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5EC9 is #54A136. Grayscale: #808080. Windows color (decimal): -5546295 or 13196971. OLE color: 13196971.

HSL color Cylindrical-coordinate representation of color #AB5EC9: hue angle of 283.18º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5EC9 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 94 201 -
CMYK 0.15 0.53 0 0.21
HSL 283.18º 0.5% 0.58% -
HSV(B) 283.18º 0.53% 0.79% -
XYZ 31.34 20.88 57.64 -
YUV 129.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 171 94 201 0.15 0.53 0 0.21 283.18 0.5 0.58
Hex AB 5E C9 F 35 0 15 11B 32 3A
Octal 253 136 311 17 65 0 25 433 62 72
Binary 10101011 1011110 11001001 1111 110101 0 10101 100011011 110010 111010

Color Harmonies of #AB5EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5EC9

Black with #AB5EC9

Text Example


Text Example

White with #AB5EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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