Html Css Color HEX #AD6BEA Medium Purple

📋 copy color: '#AD6BEA'

red 173 ◦ green 107 ◦ blue 234

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

Shades of Medium Purple #AD6BEA

Tints of Medium Purple #AD6BEA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.82%

 BLUE value IS 234 (91.8% from 255) = 45.53%

R = 33.66%
G = 20.82%
B = 45.53%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD6BEA (or 0xAD6BEA) is known color: Medium Purple. HEX triplet: AD, 6B and EA. RGB value is (173,107,234). Sum of RGB (Red+Green+Blue) = 173+107+234=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD6BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6BEA is #529415. Grayscale: #8C8C8C. Windows color (decimal): -5411862 or 15362989. OLE color: 15362989.

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

Color convert

RGB 173 107 234 -
CMYK 0.26 0.54 0 0.08
HSL 271.18º 0.75% 0.67% -
HSV(B) 271.18º 0.54% 0.92% -
XYZ 37.34 25.34 80.76 -
YUV 141.21 180.37 150.67 -
System Red Green Blue C M Y K H S L
Decimal 173 107 234 0.26 0.54 0 0.08 271.18 0.75 0.67
Hex AD 6B EA 1A 36 0 8 10F 4B 43
Octal 255 153 352 32 66 0 10 417 113 103
Binary 10101101 1101011 11101010 11010 110110 0 1000 100001111 1001011 1000011

Color Harmonies of #AD6BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6BEA

Black with #AD6BEA

Text Example


Text Example

White with #AD6BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6BEA; }

 p { color: rgb(173,107,234); }

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

background-color css

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

 a { background-color: rgb(173,107,234); }

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

border-color css

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

 span { border-color: rgb(173,107,234); }

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