Html Css Color HEX #AB56FD Medium Orchid

📋 copy color: '#AB56FD'

red 171 ◦ green 86 ◦ blue 253

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

Shades of Medium Orchid #AB56FD

Tints of Medium Orchid #AB56FD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.86%

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

R = 33.53%
G = 16.86%
B = 49.61%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB56FD (or 0xAB56FD) is known color: Medium Orchid. HEX triplet: AB, 56 and FD. RGB value is (171,86,253). Sum of RGB (Red+Green+Blue) = 171+86+253=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 86 (33.98% from 255 or 16.86% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB56FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB56FD is #54A902. Grayscale: #818181. Windows color (decimal): -5548291 or 16602795. OLE color: 16602795.

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

Color convert

RGB 171 86 253 -
CMYK 0.32 0.66 0 0.01
HSL 270.54º 0.98% 0.66% -
HSV(B) 270.54º 0.66% 0.99% -
XYZ 37.85 22.41 95.26 -
YUV 130.45 197.16 156.92 -
System Red Green Blue C M Y K H S L
Decimal 171 86 253 0.32 0.66 0 0.01 270.54 0.98 0.66
Hex AB 56 FD 20 42 0 1 10F 62 42
Octal 253 126 375 40 102 0 1 417 142 102
Binary 10101011 1010110 11111101 100000 1000010 0 1 100001111 1100010 1000010

Color Harmonies of #AB56FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB56FD

Black with #AB56FD

Text Example


Text Example

White with #AB56FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB56FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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