Html Css Color HEX #AB54ED Medium Orchid

📋 copy color: '#AB54ED'

red 171 ◦ green 84 ◦ blue 237

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

Shades of Medium Orchid #AB54ED

Tints of Medium Orchid #AB54ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.17%

R = 34.76%
G = 17.07%
B = 48.17%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB54ED (or 0xAB54ED) is known color: Medium Orchid. HEX triplet: AB, 54 and ED. RGB value is (171,84,237). Sum of RGB (Red+Green+Blue) = 171+84+237=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB54ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB54ED is #54AB12. Grayscale: #7E7E7E. Windows color (decimal): -5548819 or 15553707. OLE color: 15553707.

HSL color Cylindrical-coordinate representation of color #AB54ED: hue angle of 274.12º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB54ED is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 84 237 -
CMYK 0.28 0.65 0 0.07
HSL 274.12º 0.81% 0.63% -
HSV(B) 274.12º 0.65% 0.93% -
XYZ 35.25 21.11 82.34 -
YUV 127.46 189.82 159.06 -
System Red Green Blue C M Y K H S L
Decimal 171 84 237 0.28 0.65 0 0.07 274.12 0.81 0.63
Hex AB 54 ED 1C 41 0 7 112 51 3F
Octal 253 124 355 34 101 0 7 422 121 77
Binary 10101011 1010100 11101101 11100 1000001 0 111 100010010 1010001 111111

Color Harmonies of #AB54ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB54ED

Black with #AB54ED

Text Example


Text Example

White with #AB54ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB54ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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