Html Css Color HEX #AD55FF Medium Orchid

📋 copy color: '#AD55FF'

red 173 ◦ green 85 ◦ blue 255

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

Shades of Medium Orchid #AD55FF

Tints of Medium Orchid #AD55FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.71%

R = 33.72%
G = 16.57%
B = 49.71%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD55FF (or 0xAD55FF) is known color: Medium Orchid. HEX triplet: AD, 55 and FF. RGB value is (173,85,255). Sum of RGB (Red+Green+Blue) = 173+85+255=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD55FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD55FF is #52AA00. Grayscale: #828282. Windows color (decimal): -5417473 or 16733613. OLE color: 16733613.

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

Color convert

RGB 173 85 255 -
CMYK 0.32 0.67 0 0
HSL 271.06º 1% 0.67% -
HSV(B) 271.06º 0.67% 1% -
XYZ 38.53 22.6 96.94 -
YUV 130.69 198.15 158.18 -
System Red Green Blue C M Y K H S L
Decimal 173 85 255 0.32 0.67 0 0 271.06 1 0.67
Hex AD 55 FF 20 43 0 0 10F 64 43
Octal 255 125 377 40 103 0 0 417 144 103
Binary 10101101 1010101 11111111 100000 1000011 0 0 100001111 1100100 1000011

Color Harmonies of #AD55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD55FF

Black with #AD55FF

Text Example


Text Example

White with #AD55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD55FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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