Html Css Color HEX #AB4EFE Medium Orchid

📋 copy color: '#AB4EFE'

red 171 ◦ green 78 ◦ blue 254

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

Shades of Medium Orchid #AB4EFE

Tints of Medium Orchid #AB4EFE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.51%

 BLUE value IS 254 (99.61% from 255) = 50.5%

R = 34%
G = 15.51%
B = 50.5%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB4EFE (or 0xAB4EFE) is known color: Medium Orchid. HEX triplet: AB, 4E and FE. RGB value is (171,78,254). Sum of RGB (Red+Green+Blue) = 171+78+254=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB4EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4EFE is #54B101. Grayscale: #7D7D7D. Windows color (decimal): -5550338 or 16666283. OLE color: 16666283.

HSL color Cylindrical-coordinate representation of color #AB4EFE: hue angle of 271.7º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB4EFE is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 78 254 -
CMYK 0.33 0.69 0 0.00
HSL 271.7º 0.99% 0.65% -
HSV(B) 271.7º 0.69% 1% -
XYZ 37.41 21.26 95.9 -
YUV 125.87 200.31 160.19 -
System Red Green Blue C M Y K H S L
Decimal 171 78 254 0.33 0.69 0 0.00 271.7 0.99 0.65
Hex AB 4E FE 21 45 0 0 110 63 41
Octal 253 116 376 41 105 0 0 420 143 101
Binary 10101011 1001110 11111110 100001 1000101 0 0 100010000 1100011 1000001

Color Harmonies of #AB4EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4EFE

Black with #AB4EFE

Text Example


Text Example

White with #AB4EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4EFE; }

 p { color: rgb(171,78,254); }

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

background-color css

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

 a { background-color: rgb(171,78,254); }

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

border-color css

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

 span { border-color: rgb(171,78,254); }

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