Html Css Color HEX #AD5AF7 Medium Orchid

📋 copy color: '#AD5AF7'

red 173 ◦ green 90 ◦ blue 247

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

Shades of Medium Orchid #AD5AF7

Tints of Medium Orchid #AD5AF7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.65%

 BLUE value IS 247 (96.88% from 255) = 48.43%

R = 33.92%
G = 17.65%
B = 48.43%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD5AF7 (or 0xAD5AF7) is known color: Medium Orchid. HEX triplet: AD, 5A and F7. RGB value is (173,90,247). Sum of RGB (Red+Green+Blue) = 173+90+247=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 247 (96.88% from 255 or 48.43% from 510); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD5AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5AF7 is #52A508. Grayscale: #848484. Windows color (decimal): -5416201 or 16210605. OLE color: 16210605.

HSL color Cylindrical-coordinate representation of color #AD5AF7: hue angle of 271.72º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD5AF7 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 90 247 -
CMYK 0.30 0.64 0 0.03
HSL 271.72º 0.91% 0.66% -
HSV(B) 271.72º 0.64% 0.97% -
XYZ 37.68 22.91 90.43 -
YUV 132.72 192.5 156.73 -
System Red Green Blue C M Y K H S L
Decimal 173 90 247 0.30 0.64 0 0.03 271.72 0.91 0.66
Hex AD 5A F7 1E 40 0 3 110 5B 42
Octal 255 132 367 36 100 0 3 420 133 102
Binary 10101101 1011010 11110111 11110 1000000 0 11 100010000 1011011 1000010

Color Harmonies of #AD5AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5AF7

Black with #AD5AF7

Text Example


Text Example

White with #AD5AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5AF7; }

 p { color: rgb(173,90,247); }

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

background-color css

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

 a { background-color: rgb(173,90,247); }

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

border-color css

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

 span { border-color: rgb(173,90,247); }

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