Html Css Color HEX #AB55EF Medium Orchid

📋 copy color: '#AB55EF'

red 171 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #AB55EF

Tints of Medium Orchid #AB55EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 34.55%
G = 17.17%
B = 48.28%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB55EF (or 0xAB55EF) is known color: Medium Orchid. HEX triplet: AB, 55 and EF. RGB value is (171,85,239). Sum of RGB (Red+Green+Blue) = 171+85+239=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB55EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB55EF is #54AA10. Grayscale: #7F7F7F. Windows color (decimal): -5548561 or 15685035. OLE color: 15685035.

HSL color Cylindrical-coordinate representation of color #AB55EF: hue angle of 273.51º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB55EF is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 85 239 -
CMYK 0.28 0.64 0 0.06
HSL 273.51º 0.83% 0.64% -
HSV(B) 273.51º 0.64% 0.94% -
XYZ 35.62 21.39 83.91 -
YUV 128.27 190.49 158.48 -
System Red Green Blue C M Y K H S L
Decimal 171 85 239 0.28 0.64 0 0.06 273.51 0.83 0.64
Hex AB 55 EF 1C 40 0 6 112 53 40
Octal 253 125 357 34 100 0 6 422 123 100
Binary 10101011 1010101 11101111 11100 1000000 0 110 100010010 1010011 1000000

Color Harmonies of #AB55EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB55EF

Black with #AB55EF

Text Example


Text Example

White with #AB55EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB55EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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