Html Css Color HEX #AD5DFB Medium Purple

📋 copy color: '#AD5DFB'

red 173 ◦ green 93 ◦ blue 251

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

Shades of Medium Purple #AD5DFB

Tints of Medium Purple #AD5DFB

RGB

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

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

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

R = 33.46%
G = 17.99%
B = 48.55%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD5DFB (or 0xAD5DFB) is known color: Medium Purple. HEX triplet: AD, 5D and FB. RGB value is (173,93,251). Sum of RGB (Red+Green+Blue) = 173+93+251=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD5DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5DFB is #52A204. Grayscale: #868686. Windows color (decimal): -5415429 or 16473517. OLE color: 16473517.

HSL color Cylindrical-coordinate representation of color #AD5DFB: hue angle of 270.38º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD5DFB is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 93 251 -
CMYK 0.31 0.63 0 0.02
HSL 270.38º 0.95% 0.67% -
HSV(B) 270.38º 0.63% 0.98% -
XYZ 38.56 23.68 93.8 -
YUV 134.93 193.5 155.15 -
System Red Green Blue C M Y K H S L
Decimal 173 93 251 0.31 0.63 0 0.02 270.38 0.95 0.67
Hex AD 5D FB 1F 3F 0 2 10E 5F 43
Octal 255 135 373 37 77 0 2 416 137 103
Binary 10101101 1011101 11111011 11111 111111 0 10 100001110 1011111 1000011

Color Harmonies of #AD5DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DFB

Black with #AD5DFB

Text Example


Text Example

White with #AD5DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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