Html Css Color HEX #AD6AEB Medium Purple

📋 copy color: '#AD6AEB'

red 173 ◦ green 106 ◦ blue 235

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

Shades of Medium Purple #AD6AEB

Tints of Medium Purple #AD6AEB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.62%

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

R = 33.66%
G = 20.62%
B = 45.72%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD6AEB (or 0xAD6AEB) is known color: Medium Purple. HEX triplet: AD, 6A and EB. RGB value is (173,106,235). Sum of RGB (Red+Green+Blue) = 173+106+235=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD6AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6AEB is #529514. Grayscale: #8C8C8C. Windows color (decimal): -5412117 or 15428269. OLE color: 15428269.

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

Color convert

RGB 173 106 235 -
CMYK 0.26 0.55 0 0.08
HSL 271.16º 0.76% 0.67% -
HSV(B) 271.16º 0.55% 0.92% -
XYZ 37.38 25.19 81.49 -
YUV 140.74 181.2 151.01 -
System Red Green Blue C M Y K H S L
Decimal 173 106 235 0.26 0.55 0 0.08 271.16 0.76 0.67
Hex AD 6A EB 1A 37 0 8 10F 4C 43
Octal 255 152 353 32 67 0 10 417 114 103
Binary 10101101 1101010 11101011 11010 110111 0 1000 100001111 1001100 1000011

Color Harmonies of #AD6AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6AEB

Black with #AD6AEB

Text Example


Text Example

White with #AD6AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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