Html Css Color HEX #AD5DFA Medium Purple

📋 copy color: '#AD5DFA'

red 173 ◦ green 93 ◦ blue 250

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

Shades of Medium Purple #AD5DFA

Tints of Medium Purple #AD5DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.45%

R = 33.53%
G = 18.02%
B = 48.45%

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

#AD5DFA (or 0xAD5DFA) is known color: Medium Purple. HEX triplet: AD, 5D and FA. RGB value is (173,93,250). Sum of RGB (Red+Green+Blue) = 173+93+250=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD5DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5DFA is #52A205. Grayscale: #868686. Windows color (decimal): -5415430 or 16407981. OLE color: 16407981.

HSL color Cylindrical-coordinate representation of color #AD5DFA: hue angle of 270.57º degrees, saturation: 0.94, 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 #AD5DFA is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 93 250 -
CMYK 0.31 0.63 0 0.02
HSL 270.57º 0.94% 0.67% -
HSV(B) 270.57º 0.63% 0.98% -
XYZ 38.4 23.62 92.98 -
YUV 134.82 193 155.23 -
System Red Green Blue C M Y K H S L
Decimal 173 93 250 0.31 0.63 0 0.02 270.57 0.94 0.67
Hex AD 5D FA 1F 3F 0 2 10F 5E 43
Octal 255 135 372 37 77 0 2 417 136 103
Binary 10101101 1011101 11111010 11111 111111 0 10 100001111 1011110 1000011

Color Harmonies of #AD5DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DFA

Black with #AD5DFA

Text Example


Text Example

White with #AD5DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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