Html Css Color HEX #AD60FF Medium Purple

📋 copy color: '#AD60FF'

red 173 ◦ green 96 ◦ blue 255

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

Shades of Medium Purple #AD60FF

Tints of Medium Purple #AD60FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.66%

R = 33.02%
G = 18.32%
B = 48.66%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD60FF (or 0xAD60FF) is known color: Medium Purple. HEX triplet: AD, 60 and FF. RGB value is (173,96,255). Sum of RGB (Red+Green+Blue) = 173+96+255=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD60FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD60FF is #529F00. Grayscale: #888888. Windows color (decimal): -5414657 or 16736429. OLE color: 16736429.

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

Color convert

RGB 173 96 255 -
CMYK 0.32 0.62 0 0
HSL 269.06º 1% 0.69% -
HSV(B) 269.06º 0.62% 1% -
XYZ 39.47 24.47 97.25 -
YUV 137.15 194.51 153.57 -
System Red Green Blue C M Y K H S L
Decimal 173 96 255 0.32 0.62 0 0 269.06 1 0.69
Hex AD 60 FF 20 3E 0 0 10D 64 45
Octal 255 140 377 40 76 0 0 415 144 105
Binary 10101101 1100000 11111111 100000 111110 0 0 100001101 1100100 1000101

Color Harmonies of #AD60FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60FF

Black with #AD60FF

Text Example


Text Example

White with #AD60FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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