Html Css Color HEX #AD66F9 Medium Purple

📋 copy color: '#AD66F9'

red 173 ◦ green 102 ◦ blue 249

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

Shades of Medium Purple #AD66F9

Tints of Medium Purple #AD66F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.52%

R = 33.02%
G = 19.47%
B = 47.52%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD66F9 (or 0xAD66F9) is known color: Medium Purple. HEX triplet: AD, 66 and F9. RGB value is (173,102,249). Sum of RGB (Red+Green+Blue) = 173+102+249=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD66F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD66F9 is #529906. Grayscale: #8B8B8B. Windows color (decimal): -5413127 or 16344749. OLE color: 16344749.

HSL color Cylindrical-coordinate representation of color #AD66F9: hue angle of 268.98º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD66F9 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 102 249 -
CMYK 0.31 0.59 0 0.02
HSL 268.98º 0.92% 0.69% -
HSV(B) 268.98º 0.59% 0.98% -
XYZ 39.08 25.23 92.43 -
YUV 139.99 189.52 151.55 -
System Red Green Blue C M Y K H S L
Decimal 173 102 249 0.31 0.59 0 0.02 268.98 0.92 0.69
Hex AD 66 F9 1F 3B 0 2 10D 5C 45
Octal 255 146 371 37 73 0 2 415 134 105
Binary 10101101 1100110 11111001 11111 111011 0 10 100001101 1011100 1000101

Color Harmonies of #AD66F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66F9

Black with #AD66F9

Text Example


Text Example

White with #AD66F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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