Html Css Color HEX #AD5FFA Medium Purple

📋 copy color: '#AD5FFA'

red 173 ◦ green 95 ◦ blue 250

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

Shades of Medium Purple #AD5FFA

Tints of Medium Purple #AD5FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.34%

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

R = 33.4%
G = 18.34%
B = 48.26%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD5FFA (or 0xAD5FFA) is known color: Medium Purple. HEX triplet: AD, 5F and FA. RGB value is (173,95,250). Sum of RGB (Red+Green+Blue) = 173+95+250=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD5FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5FFA is #52A005. Grayscale: #878787. Windows color (decimal): -5414918 or 16408493. OLE color: 16408493.

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

Color convert

RGB 173 95 250 -
CMYK 0.31 0.62 0 0.02
HSL 270.19º 0.94% 0.68% -
HSV(B) 270.19º 0.62% 0.98% -
XYZ 38.58 23.97 93.04 -
YUV 135.99 192.34 154.4 -
System Red Green Blue C M Y K H S L
Decimal 173 95 250 0.31 0.62 0 0.02 270.19 0.94 0.68
Hex AD 5F FA 1F 3E 0 2 10E 5E 44
Octal 255 137 372 37 76 0 2 416 136 104
Binary 10101101 1011111 11111010 11111 111110 0 10 100001110 1011110 1000100

Color Harmonies of #AD5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5FFA

Black with #AD5FFA

Text Example


Text Example

White with #AD5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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