Html Css Color HEX #AD60FC Medium Purple

📋 copy color: '#AD60FC'

red 173 ◦ green 96 ◦ blue 252

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

Shades of Medium Purple #AD60FC

Tints of Medium Purple #AD60FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.37%

R = 33.21%
G = 18.43%
B = 48.37%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD60FC (or 0xAD60FC) is known color: Medium Purple. HEX triplet: AD, 60 and FC. RGB value is (173,96,252). Sum of RGB (Red+Green+Blue) = 173+96+252=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD60FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD60FC is #529F03. Grayscale: #888888. Windows color (decimal): -5414660 or 16539821. OLE color: 16539821.

HSL color Cylindrical-coordinate representation of color #AD60FC: hue angle of 269.62º degrees, saturation: 0.96, 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 #AD60FC is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 96 252 -
CMYK 0.31 0.62 0 0.01
HSL 269.62º 0.96% 0.68% -
HSV(B) 269.62º 0.62% 0.99% -
XYZ 38.99 24.28 94.73 -
YUV 136.81 193.01 153.82 -
System Red Green Blue C M Y K H S L
Decimal 173 96 252 0.31 0.62 0 0.01 269.62 0.96 0.68
Hex AD 60 FC 1F 3E 0 1 10E 60 44
Octal 255 140 374 37 76 0 1 416 140 104
Binary 10101101 1100000 11111100 11111 111110 0 1 100001110 1100000 1000100

Color Harmonies of #AD60FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60FC

Black with #AD60FC

Text Example


Text Example

White with #AD60FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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