Html Css Color HEX #AD69F5 Medium Purple

📋 copy color: '#AD69F5'

red 173 ◦ green 105 ◦ blue 245

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

Shades of Medium Purple #AD69F5

Tints of Medium Purple #AD69F5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.08%

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

R = 33.08%
G = 20.08%
B = 46.85%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD69F5 (or 0xAD69F5) is known color: Medium Purple. HEX triplet: AD, 69 and F5. RGB value is (173,105,245). Sum of RGB (Red+Green+Blue) = 173+105+245=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 245 (96.09% from 255 or 46.85% from 523); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD69F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD69F5 is #52960A. Grayscale: #8C8C8C. Windows color (decimal): -5412363 or 16083373. OLE color: 16083373.

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

Color convert

RGB 173 105 245 -
CMYK 0.29 0.57 0 0.04
HSL 269.14º 0.88% 0.69% -
HSV(B) 269.14º 0.57% 0.96% -
XYZ 38.77 25.58 89.28 -
YUV 141.29 186.53 150.62 -
System Red Green Blue C M Y K H S L
Decimal 173 105 245 0.29 0.57 0 0.04 269.14 0.88 0.69
Hex AD 69 F5 1D 39 0 4 10D 58 45
Octal 255 151 365 35 71 0 4 415 130 105
Binary 10101101 1101001 11110101 11101 111001 0 100 100001101 1011000 1000101

Color Harmonies of #AD69F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD69F5

Black with #AD69F5

Text Example


Text Example

White with #AD69F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD69F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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