Html Css Color HEX #AD5DF8 Medium Purple

📋 copy color: '#AD5DF8'

red 173 ◦ green 93 ◦ blue 248

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

Shades of Medium Purple #AD5DF8

Tints of Medium Purple #AD5DF8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.09%

 BLUE value IS 248 (97.27% from 255) = 48.25%

R = 33.66%
G = 18.09%
B = 48.25%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD5DF8 (or 0xAD5DF8) is known color: Medium Purple. HEX triplet: AD, 5D and F8. RGB value is (173,93,248). Sum of RGB (Red+Green+Blue) = 173+93+248=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 248 (97.27% from 255 or 48.25% from 514); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD5DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5DF8 is #52A207. Grayscale: #868686. Windows color (decimal): -5415432 or 16276909. OLE color: 16276909.

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

Color convert

RGB 173 93 248 -
CMYK 0.30 0.62 0 0.03
HSL 270.97º 0.92% 0.67% -
HSV(B) 270.97º 0.63% 0.97% -
XYZ 38.09 23.49 91.33 -
YUV 134.59 192 155.4 -
System Red Green Blue C M Y K H S L
Decimal 173 93 248 0.30 0.62 0 0.03 270.97 0.92 0.67
Hex AD 5D F8 1E 3E 0 3 10F 5C 43
Octal 255 135 370 36 76 0 3 417 134 103
Binary 10101101 1011101 11111000 11110 111110 0 11 100001111 1011100 1000011

Color Harmonies of #AD5DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DF8

Black with #AD5DF8

Text Example


Text Example

White with #AD5DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DF8; }

 p { color: rgb(173,93,248); }

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

background-color css

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

 a { background-color: rgb(173,93,248); }

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

border-color css

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

 span { border-color: rgb(173,93,248); }

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