Html Css Color HEX #AB54DC Medium Orchid

📋 copy color: '#AB54DC'

red 171 ◦ green 84 ◦ blue 220

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

Shades of Medium Orchid #AB54DC

Tints of Medium Orchid #AB54DC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.68%

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 36%
G = 17.68%
B = 46.32%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB54DC (or 0xAB54DC) is known color: Medium Orchid. HEX triplet: AB, 54 and DC. RGB value is (171,84,220). Sum of RGB (Red+Green+Blue) = 171+84+220=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB54DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB54DC is #54AB23. Grayscale: #7D7D7D. Windows color (decimal): -5548836 or 14439595. OLE color: 14439595.

HSL color Cylindrical-coordinate representation of color #AB54DC: hue angle of 278.38º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB54DC is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 84 220 -
CMYK 0.22 0.62 0 0.14
HSL 278.38º 0.66% 0.6% -
HSV(B) 278.38º 0.62% 0.86% -
XYZ 32.88 20.17 69.87 -
YUV 125.52 181.32 160.44 -
System Red Green Blue C M Y K H S L
Decimal 171 84 220 0.22 0.62 0 0.14 278.38 0.66 0.6
Hex AB 54 DC 16 3E 0 E 116 42 3C
Octal 253 124 334 26 76 0 16 426 102 74
Binary 10101011 1010100 11011100 10110 111110 0 1110 100010110 1000010 111100

Color Harmonies of #AB54DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB54DC

Black with #AB54DC

Text Example


Text Example

White with #AB54DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB54DC; }

 p { color: rgb(171,84,220); }

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

background-color css

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

 a { background-color: rgb(171,84,220); }

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

border-color css

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

 span { border-color: rgb(171,84,220); }

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