Html Css Color HEX #AD69FF Medium Purple

📋 copy color: '#AD69FF'

red 173 ◦ green 105 ◦ blue 255

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

Shades of Medium Purple #AD69FF

Tints of Medium Purple #AD69FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.84%

R = 32.46%
G = 19.7%
B = 47.84%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD69FF (or 0xAD69FF) is known color: Medium Purple. HEX triplet: AD, 69 and FF. RGB value is (173,105,255). Sum of RGB (Red+Green+Blue) = 173+105+255=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD69FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD69FF is #529600. Grayscale: #8D8D8D. Windows color (decimal): -5412353 or 16738733. OLE color: 16738733.

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

Color convert

RGB 173 105 255 -
CMYK 0.32 0.59 0 0
HSL 267.2º 1% 0.71% -
HSV(B) 267.2º 0.59% 1% -
XYZ 40.34 26.21 97.54 -
YUV 142.43 191.53 149.8 -
System Red Green Blue C M Y K H S L
Decimal 173 105 255 0.32 0.59 0 0 267.2 1 0.71
Hex AD 69 FF 20 3B 0 0 10B 64 47
Octal 255 151 377 40 73 0 0 413 144 107
Binary 10101101 1101001 11111111 100000 111011 0 0 100001011 1100100 1000111

Color Harmonies of #AD69FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD69FF

Black with #AD69FF

Text Example


Text Example

White with #AD69FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD69FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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