Html Css Color HEX #AD60F6 Medium Purple

📋 copy color: '#AD60F6'

red 173 ◦ green 96 ◦ blue 246

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

Shades of Medium Purple #AD60F6

Tints of Medium Purple #AD60F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.77%

R = 33.59%
G = 18.64%
B = 47.77%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD60F6 (or 0xAD60F6) is known color: Medium Purple. HEX triplet: AD, 60 and F6. RGB value is (173,96,246). Sum of RGB (Red+Green+Blue) = 173+96+246=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD60F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD60F6 is #529F09. Grayscale: #878787. Windows color (decimal): -5414666 or 16146605. OLE color: 16146605.

HSL color Cylindrical-coordinate representation of color #AD60F6: hue angle of 270.8º degrees, saturation: 0.89, 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 #AD60F6 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 96 246 -
CMYK 0.30 0.61 0 0.04
HSL 270.8º 0.89% 0.67% -
HSV(B) 270.8º 0.61% 0.96% -
XYZ 38.05 23.9 89.8 -
YUV 136.12 190.01 154.3 -
System Red Green Blue C M Y K H S L
Decimal 173 96 246 0.30 0.61 0 0.04 270.8 0.89 0.67
Hex AD 60 F6 1E 3D 0 4 10F 59 43
Octal 255 140 366 36 75 0 4 417 131 103
Binary 10101101 1100000 11110110 11110 111101 0 100 100001111 1011001 1000011

Color Harmonies of #AD60F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60F6

Black with #AD60F6

Text Example


Text Example

White with #AD60F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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