Html Css Color HEX #AD68EB Medium Purple

📋 copy color: '#AD68EB'

red 173 ◦ green 104 ◦ blue 235

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

Shades of Medium Purple #AD68EB

Tints of Medium Purple #AD68EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.31%

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

R = 33.79%
G = 20.31%
B = 45.9%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD68EB (or 0xAD68EB) is known color: Medium Purple. HEX triplet: AD, 68 and EB. RGB value is (173,104,235). Sum of RGB (Red+Green+Blue) = 173+104+235=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD68EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD68EB is #529714. Grayscale: #8B8B8B. Windows color (decimal): -5412629 or 15427757. OLE color: 15427757.

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

Color convert

RGB 173 104 235 -
CMYK 0.26 0.56 0 0.08
HSL 271.6º 0.77% 0.66% -
HSV(B) 271.6º 0.56% 0.92% -
XYZ 37.18 24.78 81.42 -
YUV 139.57 181.86 151.85 -
System Red Green Blue C M Y K H S L
Decimal 173 104 235 0.26 0.56 0 0.08 271.6 0.77 0.66
Hex AD 68 EB 1A 38 0 8 110 4D 42
Octal 255 150 353 32 70 0 10 420 115 102
Binary 10101101 1101000 11101011 11010 111000 0 1000 100010000 1001101 1000010

Color Harmonies of #AD68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD68EB

Black with #AD68EB

Text Example


Text Example

White with #AD68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD68EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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