Html Css Color HEX #AD66FA Medium Purple

📋 copy color: '#AD66FA'

red 173 ◦ green 102 ◦ blue 250

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

Shades of Medium Purple #AD66FA

Tints of Medium Purple #AD66FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 32.95%
G = 19.43%
B = 47.62%

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

#AD66FA (or 0xAD66FA) is known color: Medium Purple. HEX triplet: AD, 66 and FA. RGB value is (173,102,250). Sum of RGB (Red+Green+Blue) = 173+102+250=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD66FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD66FA is #529905. Grayscale: #8B8B8B. Windows color (decimal): -5413126 or 16410285. OLE color: 16410285.

HSL color Cylindrical-coordinate representation of color #AD66FA: hue angle of 268.78º degrees, saturation: 0.94, 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 #AD66FA is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 102 250 -
CMYK 0.31 0.59 0 0.02
HSL 268.78º 0.94% 0.69% -
HSV(B) 268.78º 0.59% 0.98% -
XYZ 39.24 25.29 93.26 -
YUV 140.1 190.02 151.47 -
System Red Green Blue C M Y K H S L
Decimal 173 102 250 0.31 0.59 0 0.02 268.78 0.94 0.69
Hex AD 66 FA 1F 3B 0 2 10D 5E 45
Octal 255 146 372 37 73 0 2 415 136 105
Binary 10101101 1100110 11111010 11111 111011 0 10 100001101 1011110 1000101

Color Harmonies of #AD66FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66FA

Black with #AD66FA

Text Example


Text Example

White with #AD66FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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