Html Css Color HEX #AD69FE Medium Purple

📋 copy color: '#AD69FE'

red 173 ◦ green 105 ◦ blue 254

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

Shades of Medium Purple #AD69FE

Tints of Medium Purple #AD69FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.74%

R = 32.52%
G = 19.74%
B = 47.74%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD69FE (or 0xAD69FE) is known color: Medium Purple. HEX triplet: AD, 69 and FE. RGB value is (173,105,254). Sum of RGB (Red+Green+Blue) = 173+105+254=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD69FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD69FE is #529601. Grayscale: #8D8D8D. Windows color (decimal): -5412354 or 16673197. OLE color: 16673197.

HSL color Cylindrical-coordinate representation of color #AD69FE: hue angle of 267.38º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD69FE is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 105 254 -
CMYK 0.32 0.59 0 0.00
HSL 267.38º 0.99% 0.7% -
HSV(B) 267.38º 0.59% 1% -
XYZ 40.17 26.14 96.69 -
YUV 142.32 191.03 149.88 -
System Red Green Blue C M Y K H S L
Decimal 173 105 254 0.32 0.59 0 0.00 267.38 0.99 0.7
Hex AD 69 FE 20 3B 0 0 10B 63 46
Octal 255 151 376 40 73 0 0 413 143 106
Binary 10101101 1101001 11111110 100000 111011 0 0 100001011 1100011 1000110

Color Harmonies of #AD69FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD69FE

Black with #AD69FE

Text Example


Text Example

White with #AD69FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD69FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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