Html Css Color HEX #AB5FE0 Medium Orchid

📋 copy color: '#AB5FE0'

red 171 ◦ green 95 ◦ blue 224

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

Shades of Medium Orchid #AB5FE0

Tints of Medium Orchid #AB5FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.71%

R = 34.9%
G = 19.39%
B = 45.71%

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

#AB5FE0 (or 0xAB5FE0) is known color: Medium Orchid. HEX triplet: AB, 5F and E0. RGB value is (171,95,224). Sum of RGB (Red+Green+Blue) = 171+95+224=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB5FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FE0 is #54A01F. Grayscale: #838383. Windows color (decimal): -5546016 or 14704555. OLE color: 14704555.

HSL color Cylindrical-coordinate representation of color #AB5FE0: hue angle of 275.35º 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 #AB5FE0 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 95 224 -
CMYK 0.24 0.58 0 0.12
HSL 275.35º 0.68% 0.63% -
HSV(B) 275.35º 0.58% 0.88% -
XYZ 34.34 22.22 73 -
YUV 132.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 171 95 224 0.24 0.58 0 0.12 275.35 0.68 0.63
Hex AB 5F E0 18 3A 0 C 113 44 3F
Octal 253 137 340 30 72 0 14 423 104 77
Binary 10101011 1011111 11100000 11000 111010 0 1100 100010011 1000100 111111

Color Harmonies of #AB5FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5FE0

Black with #AB5FE0

Text Example


Text Example

White with #AB5FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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