Html Css Color HEX #AB5DC9 Medium Orchid

📋 copy color: '#AB5DC9'

red 171 ◦ green 93 ◦ blue 201

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

Shades of Medium Orchid #AB5DC9

Tints of Medium Orchid #AB5DC9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20%

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

R = 36.77%
G = 20%
B = 43.23%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB5DC9 (or 0xAB5DC9) is known color: Medium Orchid. HEX triplet: AB, 5D and C9. RGB value is (171,93,201). Sum of RGB (Red+Green+Blue) = 171+93+201=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB5DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DC9 is #54A236. Grayscale: #808080. Windows color (decimal): -5546551 or 13196715. OLE color: 13196715.

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

Color convert

RGB 171 93 201 -
CMYK 0.15 0.54 0 0.21
HSL 283.33º 0.5% 0.58% -
HSV(B) 283.33º 0.54% 0.79% -
XYZ 31.25 20.7 57.61 -
YUV 128.63 168.84 158.22 -
System Red Green Blue C M Y K H S L
Decimal 171 93 201 0.15 0.54 0 0.21 283.33 0.5 0.58
Hex AB 5D C9 F 36 0 15 11B 32 3A
Octal 253 135 311 17 66 0 25 433 62 72
Binary 10101011 1011101 11001001 1111 110110 0 10101 100011011 110010 111010

Color Harmonies of #AB5DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5DC9

Black with #AB5DC9

Text Example


Text Example

White with #AB5DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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