Html Css Color HEX #AD6FF5 Medium Purple

📋 copy color: '#AD6FF5'

red 173 ◦ green 111 ◦ blue 245

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

Shades of Medium Purple #AD6FF5

Tints of Medium Purple #AD6FF5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.98%

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

R = 32.7%
G = 20.98%
B = 46.31%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD6FF5 (or 0xAD6FF5) is known color: Medium Purple. HEX triplet: AD, 6F and F5. RGB value is (173,111,245). Sum of RGB (Red+Green+Blue) = 173+111+245=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 245 (96.09% from 255 or 46.31% from 529); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD6FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6FF5 is #52900A. Grayscale: #909090. Windows color (decimal): -5410827 or 16084909. OLE color: 16084909.

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

Color convert

RGB 173 111 245 -
CMYK 0.29 0.55 0 0.04
HSL 267.76º 0.87% 0.7% -
HSV(B) 267.76º 0.55% 0.96% -
XYZ 39.4 26.85 89.49 -
YUV 144.81 184.54 148.1 -
System Red Green Blue C M Y K H S L
Decimal 173 111 245 0.29 0.55 0 0.04 267.76 0.87 0.7
Hex AD 6F F5 1D 37 0 4 10C 57 46
Octal 255 157 365 35 67 0 4 414 127 106
Binary 10101101 1101111 11110101 11101 110111 0 100 100001100 1010111 1000110

Color Harmonies of #AD6FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6FF5

Black with #AD6FF5

Text Example


Text Example

White with #AD6FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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