Html Css Color HEX #AB5EDC Medium Orchid

📋 copy color: '#AB5EDC'

red 171 ◦ green 94 ◦ blue 220

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

Shades of Medium Orchid #AB5EDC

Tints of Medium Orchid #AB5EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.38%

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

R = 35.26%
G = 19.38%
B = 45.36%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB5EDC (or 0xAB5EDC) is known color: Medium Orchid. HEX triplet: AB, 5E and DC. RGB value is (171,94,220). Sum of RGB (Red+Green+Blue) = 171+94+220=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB5EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5EDC is #54A123. Grayscale: #828282. Windows color (decimal): -5546276 or 14442155. OLE color: 14442155.

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

Color convert

RGB 171 94 220 -
CMYK 0.22 0.57 0 0.14
HSL 276.67º 0.64% 0.62% -
HSV(B) 276.67º 0.57% 0.86% -
XYZ 33.72 21.83 70.15 -
YUV 131.39 178.01 156.25 -
System Red Green Blue C M Y K H S L
Decimal 171 94 220 0.22 0.57 0 0.14 276.67 0.64 0.62
Hex AB 5E DC 16 39 0 E 115 40 3E
Octal 253 136 334 26 71 0 16 425 100 76
Binary 10101011 1011110 11011100 10110 111001 0 1110 100010101 1000000 111110

Color Harmonies of #AB5EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5EDC

Black with #AB5EDC

Text Example


Text Example

White with #AB5EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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