Html Css Color HEX #AB5FE1 Medium Orchid

📋 copy color: '#AB5FE1'

red 171 ◦ green 95 ◦ blue 225

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

Shades of Medium Orchid #AB5FE1

Tints of Medium Orchid #AB5FE1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.35%

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

R = 34.83%
G = 19.35%
B = 45.82%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB5FE1 (or 0xAB5FE1) is known color: Medium Orchid. HEX triplet: AB, 5F and E1. RGB value is (171,95,225). Sum of RGB (Red+Green+Blue) = 171+95+225=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB5FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FE1 is #54A01E. Grayscale: #848484. Windows color (decimal): -5546015 or 14770091. OLE color: 14770091.

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

Color convert

RGB 171 95 225 -
CMYK 0.24 0.58 0 0.12
HSL 275.08º 0.68% 0.63% -
HSV(B) 275.08º 0.58% 0.88% -
XYZ 34.48 22.28 73.72 -
YUV 132.54 180.18 155.43 -
System Red Green Blue C M Y K H S L
Decimal 171 95 225 0.24 0.58 0 0.12 275.08 0.68 0.63
Hex AB 5F E1 18 3A 0 C 113 44 3F
Octal 253 137 341 30 72 0 14 423 104 77
Binary 10101011 1011111 11100001 11000 111010 0 1100 100010011 1000100 111111

Color Harmonies of #AB5FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5FE1

Black with #AB5FE1

Text Example


Text Example

White with #AB5FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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