Html Css Color HEX #AD60FD Medium Purple

📋 copy color: '#AD60FD'

red 173 ◦ green 96 ◦ blue 253

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

Shades of Medium Purple #AD60FD

Tints of Medium Purple #AD60FD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.39%

 BLUE value IS 253 (99.22% from 255) = 48.47%

R = 33.14%
G = 18.39%
B = 48.47%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD60FD (or 0xAD60FD) is known color: Medium Purple. HEX triplet: AD, 60 and FD. RGB value is (173,96,253). Sum of RGB (Red+Green+Blue) = 173+96+253=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD60FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD60FD is #529F02. Grayscale: #888888. Windows color (decimal): -5414659 or 16605357. OLE color: 16605357.

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

Color convert

RGB 173 96 253 -
CMYK 0.32 0.62 0 0.01
HSL 269.43º 0.98% 0.68% -
HSV(B) 269.43º 0.62% 0.99% -
XYZ 39.15 24.34 95.56 -
YUV 136.92 193.51 153.73 -
System Red Green Blue C M Y K H S L
Decimal 173 96 253 0.32 0.62 0 0.01 269.43 0.98 0.68
Hex AD 60 FD 20 3E 0 1 10D 62 44
Octal 255 140 375 40 76 0 1 415 142 104
Binary 10101101 1100000 11111101 100000 111110 0 1 100001101 1100010 1000100

Color Harmonies of #AD60FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60FD

Black with #AD60FD

Text Example


Text Example

White with #AD60FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60FD; }

 p { color: rgb(173,96,253); }

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

background-color css

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

 a { background-color: rgb(173,96,253); }

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

border-color css

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

 span { border-color: rgb(173,96,253); }

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