Html Css Color HEX #AD60F5 Medium Purple

📋 copy color: '#AD60F5'

red 173 ◦ green 96 ◦ blue 245

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

Shades of Medium Purple #AD60F5

Tints of Medium Purple #AD60F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.67%

R = 33.66%
G = 18.68%
B = 47.67%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD60F5 (or 0xAD60F5) is known color: Medium Purple. HEX triplet: AD, 60 and F5. RGB value is (173,96,245). Sum of RGB (Red+Green+Blue) = 173+96+245=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 245 (96.09% from 255 or 47.67% from 514); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD60F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD60F5 is #529F0A. Grayscale: #878787. Windows color (decimal): -5414667 or 16081069. OLE color: 16081069.

HSL color Cylindrical-coordinate representation of color #AD60F5: hue angle of 271.01º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD60F5 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 96 245 -
CMYK 0.29 0.61 0 0.04
HSL 271.01º 0.88% 0.67% -
HSV(B) 271.01º 0.61% 0.96% -
XYZ 37.9 23.84 88.99 -
YUV 136.01 189.51 154.38 -
System Red Green Blue C M Y K H S L
Decimal 173 96 245 0.29 0.61 0 0.04 271.01 0.88 0.67
Hex AD 60 F5 1D 3D 0 4 10F 58 43
Octal 255 140 365 35 75 0 4 417 130 103
Binary 10101101 1100000 11110101 11101 111101 0 100 100001111 1011000 1000011

Color Harmonies of #AD60F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60F5

Black with #AD60F5

Text Example


Text Example

White with #AD60F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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