Html Css Color HEX #AB54E0 Medium Orchid

📋 copy color: '#AB54E0'

red 171 ◦ green 84 ◦ blue 224

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

Shades of Medium Orchid #AB54E0

Tints of Medium Orchid #AB54E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.76%

R = 35.7%
G = 17.54%
B = 46.76%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB54E0 (or 0xAB54E0) is known color: Medium Orchid. HEX triplet: AB, 54 and E0. RGB value is (171,84,224). Sum of RGB (Red+Green+Blue) = 171+84+224=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB54E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB54E0 is #54AB1F. Grayscale: #7D7D7D. Windows color (decimal): -5548832 or 14701739. OLE color: 14701739.

HSL color Cylindrical-coordinate representation of color #AB54E0: hue angle of 277.29º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB54E0 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 84 224 -
CMYK 0.24 0.62 0 0.12
HSL 277.29º 0.69% 0.6% -
HSV(B) 277.29º 0.63% 0.88% -
XYZ 33.42 20.38 72.69 -
YUV 125.97 183.32 160.12 -
System Red Green Blue C M Y K H S L
Decimal 171 84 224 0.24 0.62 0 0.12 277.29 0.69 0.6
Hex AB 54 E0 18 3E 0 C 115 45 3C
Octal 253 124 340 30 76 0 14 425 105 74
Binary 10101011 1010100 11100000 11000 111110 0 1100 100010101 1000101 111100

Color Harmonies of #AB54E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB54E0

Black with #AB54E0

Text Example


Text Example

White with #AB54E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB54E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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