Html Css Color HEX #AB57D0 Medium Orchid

📋 copy color: '#AB57D0'

red 171 ◦ green 87 ◦ blue 208

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

Shades of Medium Orchid #AB57D0

Tints of Medium Orchid #AB57D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.64%

R = 36.7%
G = 18.67%
B = 44.64%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB57D0 (or 0xAB57D0) is known color: Medium Orchid. HEX triplet: AB, 57 and D0. RGB value is (171,87,208). Sum of RGB (Red+Green+Blue) = 171+87+208=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB57D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB57D0 is #54A82F. Grayscale: #7D7D7D. Windows color (decimal): -5548080 or 13653931. OLE color: 13653931.

HSL color Cylindrical-coordinate representation of color #AB57D0: hue angle of 281.65º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB57D0 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 87 208 -
CMYK 0.18 0.58 0 0.18
HSL 281.65º 0.56% 0.58% -
HSV(B) 281.65º 0.58% 0.82% -
XYZ 31.59 20.03 61.88 -
YUV 125.91 174.33 160.16 -
System Red Green Blue C M Y K H S L
Decimal 171 87 208 0.18 0.58 0 0.18 281.65 0.56 0.58
Hex AB 57 D0 12 3A 0 12 11A 38 3A
Octal 253 127 320 22 72 0 22 432 70 72
Binary 10101011 1010111 11010000 10010 111010 0 10010 100011010 111000 111010

Color Harmonies of #AB57D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB57D0

Black with #AB57D0

Text Example


Text Example

White with #AB57D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB57D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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