Html Css Color HEX #AB4EFD Medium Orchid

📋 copy color: '#AB4EFD'

red 171 ◦ green 78 ◦ blue 253

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

Shades of Medium Orchid #AB4EFD

Tints of Medium Orchid #AB4EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 34.06%
G = 15.54%
B = 50.4%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB4EFD (or 0xAB4EFD) is known color: Medium Orchid. HEX triplet: AB, 4E and FD. RGB value is (171,78,253). Sum of RGB (Red+Green+Blue) = 171+78+253=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB4EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4EFD is #54B102. Grayscale: #7D7D7D. Windows color (decimal): -5550339 or 16600747. OLE color: 16600747.

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

Color convert

RGB 171 78 253 -
CMYK 0.32 0.69 0 0.01
HSL 271.89º 0.98% 0.65% -
HSV(B) 271.89º 0.69% 0.99% -
XYZ 37.25 21.2 95.06 -
YUV 125.76 199.81 160.27 -
System Red Green Blue C M Y K H S L
Decimal 171 78 253 0.32 0.69 0 0.01 271.89 0.98 0.65
Hex AB 4E FD 20 45 0 1 110 62 41
Octal 253 116 375 40 105 0 1 420 142 101
Binary 10101011 1001110 11111101 100000 1000101 0 1 100010000 1100010 1000001

Color Harmonies of #AB4EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4EFD

Black with #AB4EFD

Text Example


Text Example

White with #AB4EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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