Html Css Color HEX #AD66F7 Medium Purple

📋 copy color: '#AD66F7'

red 173 ◦ green 102 ◦ blue 247

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

Shades of Medium Purple #AD66F7

Tints of Medium Purple #AD66F7

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.54%

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

R = 33.14%
G = 19.54%
B = 47.32%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD66F7 (or 0xAD66F7) is known color: Medium Purple. HEX triplet: AD, 66 and F7. RGB value is (173,102,247). Sum of RGB (Red+Green+Blue) = 173+102+247=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD66F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD66F7 is #529908. Grayscale: #8B8B8B. Windows color (decimal): -5413129 or 16213677. OLE color: 16213677.

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

Color convert

RGB 173 102 247 -
CMYK 0.30 0.59 0 0.03
HSL 269.38º 0.9% 0.68% -
HSV(B) 269.38º 0.59% 0.97% -
XYZ 38.77 25.1 90.8 -
YUV 139.76 188.52 151.71 -
System Red Green Blue C M Y K H S L
Decimal 173 102 247 0.30 0.59 0 0.03 269.38 0.9 0.68
Hex AD 66 F7 1E 3B 0 3 10D 5A 44
Octal 255 146 367 36 73 0 3 415 132 104
Binary 10101101 1100110 11110111 11110 111011 0 11 100001101 1011010 1000100

Color Harmonies of #AD66F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66F7

Black with #AD66F7

Text Example


Text Example

White with #AD66F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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