Html Css Color HEX #AB57DC Medium Orchid

📋 copy color: '#AB57DC'

red 171 ◦ green 87 ◦ blue 220

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

Shades of Medium Orchid #AB57DC

Tints of Medium Orchid #AB57DC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.2%

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

R = 35.77%
G = 18.2%
B = 46.03%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB57DC (or 0xAB57DC) is known color: Medium Orchid. HEX triplet: AB, 57 and DC. RGB value is (171,87,220). Sum of RGB (Red+Green+Blue) = 171+87+220=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB57DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB57DC is #54A823. Grayscale: #7E7E7E. Windows color (decimal): -5548068 or 14440363. OLE color: 14440363.

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

Color convert

RGB 171 87 220 -
CMYK 0.22 0.60 0 0.14
HSL 277.89º 0.66% 0.6% -
HSV(B) 277.89º 0.6% 0.86% -
XYZ 33.12 20.64 69.95 -
YUV 127.28 180.33 159.19 -
System Red Green Blue C M Y K H S L
Decimal 171 87 220 0.22 0.60 0 0.14 277.89 0.66 0.6
Hex AB 57 DC 16 3C 0 E 116 42 3C
Octal 253 127 334 26 74 0 16 426 102 74
Binary 10101011 1010111 11011100 10110 111100 0 1110 100010110 1000010 111100

Color Harmonies of #AB57DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB57DC

Black with #AB57DC

Text Example


Text Example

White with #AB57DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB57DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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