Html Css Color HEX #AD4AFF Medium Orchid

📋 copy color: '#AD4AFF'

red 173 ◦ green 74 ◦ blue 255

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

Shades of Medium Orchid #AD4AFF

Tints of Medium Orchid #AD4AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.74%

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

R = 34.46%
G = 14.74%
B = 50.8%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD4AFF (or 0xAD4AFF) is known color: Medium Orchid. HEX triplet: AD, 4A and FF. RGB value is (173,74,255). Sum of RGB (Red+Green+Blue) = 173+74+255=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD4AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4AFF is #52B500. Grayscale: #7B7B7B. Windows color (decimal): -5420289 or 16730797. OLE color: 16730797.

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

Color convert

RGB 173 74 255 -
CMYK 0.32 0.71 0 0
HSL 272.82º 1% 0.65% -
HSV(B) 272.82º 0.71% 1% -
XYZ 37.73 21 96.67 -
YUV 124.24 201.8 162.78 -
System Red Green Blue C M Y K H S L
Decimal 173 74 255 0.32 0.71 0 0 272.82 1 0.65
Hex AD 4A FF 20 47 0 0 111 64 41
Octal 255 112 377 40 107 0 0 421 144 101
Binary 10101101 1001010 11111111 100000 1000111 0 0 100010001 1100100 1000001

Color Harmonies of #AD4AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4AFF

Black with #AD4AFF

Text Example


Text Example

White with #AD4AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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