Html Css Color HEX #AB4ED5 Medium Orchid

📋 copy color: '#AB4ED5'

red 171 ◦ green 78 ◦ blue 213

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

Shades of Medium Orchid #AB4ED5

Tints of Medium Orchid #AB4ED5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.88%

 BLUE value IS 213 (83.59% from 255) = 46.1%

R = 37.01%
G = 16.88%
B = 46.1%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB4ED5 (or 0xAB4ED5) is known color: Medium Orchid. HEX triplet: AB, 4E and D5. RGB value is (171,78,213). Sum of RGB (Red+Green+Blue) = 171+78+213=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB4ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4ED5 is #54B12A. Grayscale: #787878. Windows color (decimal): -5550379 or 13979307. OLE color: 13979307.

HSL color Cylindrical-coordinate representation of color #AB4ED5: hue angle of 281.33º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB4ED5 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 78 213 -
CMYK 0.20 0.63 0 0.16
HSL 281.33º 0.62% 0.57% -
HSV(B) 281.33º 0.63% 0.84% -
XYZ 31.53 18.91 64.94 -
YUV 121.2 179.81 163.52 -
System Red Green Blue C M Y K H S L
Decimal 171 78 213 0.20 0.63 0 0.16 281.33 0.62 0.57
Hex AB 4E D5 14 3F 0 10 119 3E 39
Octal 253 116 325 24 77 0 20 431 76 71
Binary 10101011 1001110 11010101 10100 111111 0 10000 100011001 111110 111001

Color Harmonies of #AB4ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4ED5

Black with #AB4ED5

Text Example


Text Example

White with #AB4ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4ED5; }

 p { color: rgb(171,78,213); }

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

background-color css

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

 a { background-color: rgb(171,78,213); }

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

border-color css

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

 span { border-color: rgb(171,78,213); }

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