Html Css Color HEX #AD55FB Medium Orchid

📋 copy color: '#AD55FB'

red 173 ◦ green 85 ◦ blue 251

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

Shades of Medium Orchid #AD55FB

Tints of Medium Orchid #AD55FB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.7%

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

R = 33.99%
G = 16.7%
B = 49.31%

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

#AD55FB (or 0xAD55FB) is known color: Medium Orchid. HEX triplet: AD, 55 and FB. RGB value is (173,85,251). Sum of RGB (Red+Green+Blue) = 173+85+251=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD55FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD55FB is #52AA04. Grayscale: #818181. Windows color (decimal): -5417477 or 16471469. OLE color: 16471469.

HSL color Cylindrical-coordinate representation of color #AD55FB: hue angle of 271.81º 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 #AD55FB is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 85 251 -
CMYK 0.31 0.66 0 0.02
HSL 271.81º 0.95% 0.66% -
HSV(B) 271.81º 0.66% 0.98% -
XYZ 37.89 22.35 93.58 -
YUV 130.24 196.15 158.5 -
System Red Green Blue C M Y K H S L
Decimal 173 85 251 0.31 0.66 0 0.02 271.81 0.95 0.66
Hex AD 55 FB 1F 42 0 2 110 5F 42
Octal 255 125 373 37 102 0 2 420 137 102
Binary 10101101 1010101 11111011 11111 1000010 0 10 100010000 1011111 1000010

Color Harmonies of #AD55FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD55FB

Black with #AD55FB

Text Example


Text Example

White with #AD55FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD55FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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