Html Css Color HEX #AD66FB Medium Purple

📋 copy color: '#AD66FB'

red 173 ◦ green 102 ◦ blue 251

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

Shades of Medium Purple #AD66FB

Tints of Medium Purple #AD66FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.72%

R = 32.89%
G = 19.39%
B = 47.72%

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

#AD66FB (or 0xAD66FB) is known color: Medium Purple. HEX triplet: AD, 66 and FB. RGB value is (173,102,251). Sum of RGB (Red+Green+Blue) = 173+102+251=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD66FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD66FB is #529904. Grayscale: #8B8B8B. Windows color (decimal): -5413125 or 16475821. OLE color: 16475821.

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

Color convert

RGB 173 102 251 -
CMYK 0.31 0.59 0 0.02
HSL 268.59º 0.95% 0.69% -
HSV(B) 268.59º 0.59% 0.98% -
XYZ 39.4 25.35 94.08 -
YUV 140.22 190.52 151.38 -
System Red Green Blue C M Y K H S L
Decimal 173 102 251 0.31 0.59 0 0.02 268.59 0.95 0.69
Hex AD 66 FB 1F 3B 0 2 10D 5F 45
Octal 255 146 373 37 73 0 2 415 137 105
Binary 10101101 1100110 11111011 11111 111011 0 10 100001101 1011111 1000101

Color Harmonies of #AD66FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66FB

Black with #AD66FB

Text Example


Text Example

White with #AD66FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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