Html Css Color HEX #AD69F7 Medium Purple

📋 copy color: '#AD69F7'

red 173 ◦ green 105 ◦ blue 247

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

Shades of Medium Purple #AD69F7

Tints of Medium Purple #AD69F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.05%

R = 32.95%
G = 20%
B = 47.05%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD69F7 (or 0xAD69F7) is known color: Medium Purple. HEX triplet: AD, 69 and F7. RGB value is (173,105,247). Sum of RGB (Red+Green+Blue) = 173+105+247=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 247 (96.88% from 255 or 47.05% from 525); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD69F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD69F7 is #529608. Grayscale: #8D8D8D. Windows color (decimal): -5412361 or 16214445. OLE color: 16214445.

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

Color convert

RGB 173 105 247 -
CMYK 0.30 0.57 0 0.03
HSL 268.73º 0.9% 0.69% -
HSV(B) 268.73º 0.57% 0.97% -
XYZ 39.07 25.7 90.9 -
YUV 141.52 187.53 150.45 -
System Red Green Blue C M Y K H S L
Decimal 173 105 247 0.30 0.57 0 0.03 268.73 0.9 0.69
Hex AD 69 F7 1E 39 0 3 10D 5A 45
Octal 255 151 367 36 71 0 3 415 132 105
Binary 10101101 1101001 11110111 11110 111001 0 11 100001101 1011010 1000101

Color Harmonies of #AD69F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD69F7

Black with #AD69F7

Text Example


Text Example

White with #AD69F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD69F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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