Html Css Color HEX #AD60F8 Medium Purple

📋 copy color: '#AD60F8'

red 173 ◦ green 96 ◦ blue 248

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

Shades of Medium Purple #AD60F8

Tints of Medium Purple #AD60F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.97%

R = 33.46%
G = 18.57%
B = 47.97%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD60F8 (or 0xAD60F8) is known color: Medium Purple. HEX triplet: AD, 60 and F8. RGB value is (173,96,248). Sum of RGB (Red+Green+Blue) = 173+96+248=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 248 (97.27% from 255 or 47.97% from 517); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD60F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD60F8 is #529F07. Grayscale: #878787. Windows color (decimal): -5414664 or 16277677. OLE color: 16277677.

HSL color Cylindrical-coordinate representation of color #AD60F8: hue angle of 270.39º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD60F8 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 96 248 -
CMYK 0.30 0.61 0 0.03
HSL 270.39º 0.92% 0.67% -
HSV(B) 270.39º 0.61% 0.97% -
XYZ 38.36 24.03 91.42 -
YUV 136.35 191.01 154.14 -
System Red Green Blue C M Y K H S L
Decimal 173 96 248 0.30 0.61 0 0.03 270.39 0.92 0.67
Hex AD 60 F8 1E 3D 0 3 10E 5C 43
Octal 255 140 370 36 75 0 3 416 134 103
Binary 10101101 1100000 11111000 11110 111101 0 11 100001110 1011100 1000011

Color Harmonies of #AD60F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60F8

Black with #AD60F8

Text Example


Text Example

White with #AD60F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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