Html Css Color HEX #AD66EB Medium Purple

📋 copy color: '#AD66EB'

red 173 ◦ green 102 ◦ blue 235

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

Shades of Medium Purple #AD66EB

Tints of Medium Purple #AD66EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.08%

R = 33.92%
G = 20%
B = 46.08%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD66EB (or 0xAD66EB) is known color: Medium Purple. HEX triplet: AD, 66 and EB. RGB value is (173,102,235). Sum of RGB (Red+Green+Blue) = 173+102+235=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD66EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD66EB is #529914. Grayscale: #898989. Windows color (decimal): -5413141 or 15427245. OLE color: 15427245.

HSL color Cylindrical-coordinate representation of color #AD66EB: hue angle of 272.03º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD66EB is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 102 235 -
CMYK 0.26 0.57 0 0.08
HSL 272.03º 0.77% 0.66% -
HSV(B) 272.03º 0.57% 0.92% -
XYZ 36.98 24.39 81.35 -
YUV 138.39 182.52 152.69 -
System Red Green Blue C M Y K H S L
Decimal 173 102 235 0.26 0.57 0 0.08 272.03 0.77 0.66
Hex AD 66 EB 1A 39 0 8 110 4D 42
Octal 255 146 353 32 71 0 10 420 115 102
Binary 10101101 1100110 11101011 11010 111001 0 1000 100010000 1001101 1000010

Color Harmonies of #AD66EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66EB

Black with #AD66EB

Text Example


Text Example

White with #AD66EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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