Html Css Color HEX #AB57DD Medium Orchid

📋 copy color: '#AB57DD'

red 171 ◦ green 87 ◦ blue 221

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

Shades of Medium Orchid #AB57DD

Tints of Medium Orchid #AB57DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 35.7%
G = 18.16%
B = 46.14%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB57DD (or 0xAB57DD) is known color: Medium Orchid. HEX triplet: AB, 57 and DD. RGB value is (171,87,221). Sum of RGB (Red+Green+Blue) = 171+87+221=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB57DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB57DD is #54A822. Grayscale: #7E7E7E. Windows color (decimal): -5548067 or 14505899. OLE color: 14505899.

HSL color Cylindrical-coordinate representation of color #AB57DD: hue angle of 277.61º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB57DD is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 87 221 -
CMYK 0.23 0.61 0 0.13
HSL 277.61º 0.66% 0.6% -
HSV(B) 277.61º 0.61% 0.87% -
XYZ 33.25 20.69 70.65 -
YUV 127.39 180.83 159.1 -
System Red Green Blue C M Y K H S L
Decimal 171 87 221 0.23 0.61 0 0.13 277.61 0.66 0.6
Hex AB 57 DD 17 3D 0 D 116 42 3C
Octal 253 127 335 27 75 0 15 426 102 74
Binary 10101011 1010111 11011101 10111 111101 0 1101 100010110 1000010 111100

Color Harmonies of #AB57DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB57DD

Black with #AB57DD

Text Example


Text Example

White with #AB57DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB57DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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