Html Css Color HEX #AD56FB Medium Orchid

📋 copy color: '#AD56FB'

red 173 ◦ green 86 ◦ blue 251

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

Shades of Medium Orchid #AD56FB

Tints of Medium Orchid #AD56FB

RGB

 RED value IS 173 (67.97% from 255) = 33.92%

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

 BLUE value IS 251 (98.44% from 255) = 49.22%

R = 33.92%
G = 16.86%
B = 49.22%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD56FB (or 0xAD56FB) is known color: Medium Orchid. HEX triplet: AD, 56 and FB. RGB value is (173,86,251). Sum of RGB (Red+Green+Blue) = 173+86+251=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 86 (33.98% from 255 or 16.86% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD56FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD56FB is #52A904. Grayscale: #828282. Windows color (decimal): -5417221 or 16471725. OLE color: 16471725.

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

Color convert

RGB 173 86 251 -
CMYK 0.31 0.66 0 0.02
HSL 271.64º 0.95% 0.66% -
HSV(B) 271.64º 0.66% 0.98% -
XYZ 37.97 22.5 93.61 -
YUV 130.82 195.82 158.08 -
System Red Green Blue C M Y K H S L
Decimal 173 86 251 0.31 0.66 0 0.02 271.64 0.95 0.66
Hex AD 56 FB 1F 42 0 2 110 5F 42
Octal 255 126 373 37 102 0 2 420 137 102
Binary 10101101 1010110 11111011 11111 1000010 0 10 100010000 1011111 1000010

Color Harmonies of #AD56FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD56FB

Black with #AD56FB

Text Example


Text Example

White with #AD56FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD56FB; }

 p { color: rgb(173,86,251); }

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

background-color css

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

 a { background-color: rgb(173,86,251); }

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

border-color css

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

 span { border-color: rgb(173,86,251); }

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