Html Css Color HEX #AD60FB Medium Purple

📋 copy color: '#AD60FB'

red 173 ◦ green 96 ◦ blue 251

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

Shades of Medium Purple #AD60FB

Tints of Medium Purple #AD60FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.27%

R = 33.27%
G = 18.46%
B = 48.27%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD60FB (or 0xAD60FB) is known color: Medium Purple. HEX triplet: AD, 60 and FB. RGB value is (173,96,251). Sum of RGB (Red+Green+Blue) = 173+96+251=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD60FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD60FB is #529F04. Grayscale: #888888. Windows color (decimal): -5414661 or 16474285. OLE color: 16474285.

HSL color Cylindrical-coordinate representation of color #AD60FB: hue angle of 269.81º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD60FB is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 96 251 -
CMYK 0.31 0.62 0 0.02
HSL 269.81º 0.95% 0.68% -
HSV(B) 269.81º 0.62% 0.98% -
XYZ 38.83 24.22 93.89 -
YUV 136.69 192.51 153.9 -
System Red Green Blue C M Y K H S L
Decimal 173 96 251 0.31 0.62 0 0.02 269.81 0.95 0.68
Hex AD 60 FB 1F 3E 0 2 10E 5F 44
Octal 255 140 373 37 76 0 2 416 137 104
Binary 10101101 1100000 11111011 11111 111110 0 10 100001110 1011111 1000100

Color Harmonies of #AD60FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60FB

Black with #AD60FB

Text Example


Text Example

White with #AD60FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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