Html Css Color HEX #AD69F2 Medium Purple

📋 copy color: '#AD69F2'

red 173 ◦ green 105 ◦ blue 242

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

Shades of Medium Purple #AD69F2

Tints of Medium Purple #AD69F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.54%

R = 33.27%
G = 20.19%
B = 46.54%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD69F2 (or 0xAD69F2) is known color: Medium Purple. HEX triplet: AD, 69 and F2. RGB value is (173,105,242). Sum of RGB (Red+Green+Blue) = 173+105+242=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD69F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD69F2 is #52960D. Grayscale: #8C8C8C. Windows color (decimal): -5412366 or 15886765. OLE color: 15886765.

HSL color Cylindrical-coordinate representation of color #AD69F2: hue angle of 269.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD69F2 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 105 242 -
CMYK 0.29 0.57 0 0.05
HSL 269.78º 0.84% 0.68% -
HSV(B) 269.78º 0.57% 0.95% -
XYZ 38.31 25.4 86.89 -
YUV 140.95 185.03 150.86 -
System Red Green Blue C M Y K H S L
Decimal 173 105 242 0.29 0.57 0 0.05 269.78 0.84 0.68
Hex AD 69 F2 1D 39 0 5 10E 54 44
Octal 255 151 362 35 71 0 5 416 124 104
Binary 10101101 1101001 11110010 11101 111001 0 101 100001110 1010100 1000100

Color Harmonies of #AD69F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD69F2

Black with #AD69F2

Text Example


Text Example

White with #AD69F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD69F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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