Html Css Color HEX #AB4DFE Medium Orchid

📋 copy color: '#AB4DFE'

red 171 ◦ green 77 ◦ blue 254

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

Shades of Medium Orchid #AB4DFE

Tints of Medium Orchid #AB4DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.34%

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

R = 34.06%
G = 15.34%
B = 50.6%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB4DFE (or 0xAB4DFE) is known color: Medium Orchid. HEX triplet: AB, 4D and FE. RGB value is (171,77,254). Sum of RGB (Red+Green+Blue) = 171+77+254=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB4DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4DFE is #54B201. Grayscale: #7C7C7C. Windows color (decimal): -5550594 or 16666027. OLE color: 16666027.

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

Color convert

RGB 171 77 254 -
CMYK 0.33 0.70 0 0.00
HSL 271.86º 0.99% 0.65% -
HSV(B) 271.86º 0.7% 1% -
XYZ 37.34 21.12 95.87 -
YUV 125.28 200.64 160.61 -
System Red Green Blue C M Y K H S L
Decimal 171 77 254 0.33 0.70 0 0.00 271.86 0.99 0.65
Hex AB 4D FE 21 46 0 0 110 63 41
Octal 253 115 376 41 106 0 0 420 143 101
Binary 10101011 1001101 11111110 100001 1000110 0 0 100010000 1100011 1000001

Color Harmonies of #AB4DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4DFE

Black with #AB4DFE

Text Example


Text Example

White with #AB4DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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