Html Css Color HEX #AB57D5 Medium Orchid

📋 copy color: '#AB57D5'

red 171 ◦ green 87 ◦ blue 213

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

Shades of Medium Orchid #AB57D5

Tints of Medium Orchid #AB57D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.22%

R = 36.31%
G = 18.47%
B = 45.22%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB57D5 (or 0xAB57D5) is known color: Medium Orchid. HEX triplet: AB, 57 and D5. RGB value is (171,87,213). Sum of RGB (Red+Green+Blue) = 171+87+213=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB57D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB57D5 is #54A82A. Grayscale: #7E7E7E. Windows color (decimal): -5548075 or 13981611. OLE color: 13981611.

HSL color Cylindrical-coordinate representation of color #AB57D5: hue angle of 280º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB57D5 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 87 213 -
CMYK 0.20 0.59 0 0.16
HSL 280º 0.6% 0.59% -
HSV(B) 280º 0.59% 0.84% -
XYZ 32.21 20.28 65.17 -
YUV 126.48 176.83 159.75 -
System Red Green Blue C M Y K H S L
Decimal 171 87 213 0.20 0.59 0 0.16 280 0.6 0.59
Hex AB 57 D5 14 3B 0 10 118 3C 3B
Octal 253 127 325 24 73 0 20 430 74 73
Binary 10101011 1010111 11010101 10100 111011 0 10000 100011000 111100 111011

Color Harmonies of #AB57D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB57D5

Black with #AB57D5

Text Example


Text Example

White with #AB57D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB57D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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