Html Css Color HEX #AD66FC Medium Purple

📋 copy color: '#AD66FC'

red 173 ◦ green 102 ◦ blue 252

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

Shades of Medium Purple #AD66FC

Tints of Medium Purple #AD66FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.82%

R = 32.83%
G = 19.35%
B = 47.82%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD66FC (or 0xAD66FC) is known color: Medium Purple. HEX triplet: AD, 66 and FC. RGB value is (173,102,252). Sum of RGB (Red+Green+Blue) = 173+102+252=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD66FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD66FC is #529903. Grayscale: #8B8B8B. Windows color (decimal): -5413124 or 16541357. OLE color: 16541357.

HSL color Cylindrical-coordinate representation of color #AD66FC: hue angle of 268.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD66FC is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 102 252 -
CMYK 0.31 0.60 0 0.01
HSL 268.4º 0.96% 0.69% -
HSV(B) 268.4º 0.6% 0.99% -
XYZ 39.56 25.42 94.92 -
YUV 140.33 191.02 151.3 -
System Red Green Blue C M Y K H S L
Decimal 173 102 252 0.31 0.60 0 0.01 268.4 0.96 0.69
Hex AD 66 FC 1F 3C 0 1 10C 60 45
Octal 255 146 374 37 74 0 1 414 140 105
Binary 10101101 1100110 11111100 11111 111100 0 1 100001100 1100000 1000101

Color Harmonies of #AD66FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66FC

Black with #AD66FC

Text Example


Text Example

White with #AD66FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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