Html Css Color HEX #AB57E1 Medium Orchid

📋 copy color: '#AB57E1'

red 171 ◦ green 87 ◦ blue 225

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

Shades of Medium Orchid #AB57E1

Tints of Medium Orchid #AB57E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.58%

R = 35.4%
G = 18.01%
B = 46.58%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB57E1 (or 0xAB57E1) is known color: Medium Orchid. HEX triplet: AB, 57 and E1. RGB value is (171,87,225). Sum of RGB (Red+Green+Blue) = 171+87+225=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB57E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB57E1 is #54A81E. Grayscale: #7F7F7F. Windows color (decimal): -5548063 or 14768043. OLE color: 14768043.

HSL color Cylindrical-coordinate representation of color #AB57E1: hue angle of 276.52º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB57E1 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 87 225 -
CMYK 0.24 0.61 0 0.12
HSL 276.52º 0.7% 0.61% -
HSV(B) 276.52º 0.61% 0.88% -
XYZ 33.79 20.91 73.49 -
YUV 127.85 182.83 158.78 -
System Red Green Blue C M Y K H S L
Decimal 171 87 225 0.24 0.61 0 0.12 276.52 0.7 0.61
Hex AB 57 E1 18 3D 0 C 115 46 3D
Octal 253 127 341 30 75 0 14 425 106 75
Binary 10101011 1010111 11100001 11000 111101 0 1100 100010101 1000110 111101

Color Harmonies of #AB57E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB57E1

Black with #AB57E1

Text Example


Text Example

White with #AB57E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB57E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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