Html Css Color HEX #AB55ED Medium Orchid

📋 copy color: '#AB55ED'

red 171 ◦ green 85 ◦ blue 237

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

Shades of Medium Orchid #AB55ED

Tints of Medium Orchid #AB55ED

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.24%

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

R = 34.69%
G = 17.24%
B = 48.07%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB55ED (or 0xAB55ED) is known color: Medium Orchid. HEX triplet: AB, 55 and ED. RGB value is (171,85,237). Sum of RGB (Red+Green+Blue) = 171+85+237=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB55ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB55ED is #54AA12. Grayscale: #7F7F7F. Windows color (decimal): -5548563 or 15553963. OLE color: 15553963.

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

Color convert

RGB 171 85 237 -
CMYK 0.28 0.64 0 0.07
HSL 273.95º 0.81% 0.63% -
HSV(B) 273.95º 0.64% 0.93% -
XYZ 35.33 21.27 82.36 -
YUV 128.04 189.49 158.64 -
System Red Green Blue C M Y K H S L
Decimal 171 85 237 0.28 0.64 0 0.07 273.95 0.81 0.63
Hex AB 55 ED 1C 40 0 7 112 51 3F
Octal 253 125 355 34 100 0 7 422 121 77
Binary 10101011 1010101 11101101 11100 1000000 0 111 100010010 1010001 111111

Color Harmonies of #AB55ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB55ED

Black with #AB55ED

Text Example


Text Example

White with #AB55ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB55ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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