Html Css Color HEX #AD7AEA Medium Purple

📋 copy color: '#AD7AEA'

red 173 ◦ green 122 ◦ blue 234

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

Shades of Medium Purple #AD7AEA

Tints of Medium Purple #AD7AEA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.06%

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

R = 32.7%
G = 23.06%
B = 44.23%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD7AEA (or 0xAD7AEA) is known color: Medium Purple. HEX triplet: AD, 7A and EA. RGB value is (173,122,234). Sum of RGB (Red+Green+Blue) = 173+122+234=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD7AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7AEA is #528515. Grayscale: #959595. Windows color (decimal): -5408022 or 15366829. OLE color: 15366829.

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

Color convert

RGB 173 122 234 -
CMYK 0.26 0.48 0 0.08
HSL 267.32º 0.73% 0.7% -
HSV(B) 267.32º 0.48% 0.92% -
XYZ 39.04 28.74 81.33 -
YUV 150.02 175.4 144.39 -
System Red Green Blue C M Y K H S L
Decimal 173 122 234 0.26 0.48 0 0.08 267.32 0.73 0.7
Hex AD 7A EA 1A 30 0 8 10B 49 46
Octal 255 172 352 32 60 0 10 413 111 106
Binary 10101101 1111010 11101010 11010 110000 0 1000 100001011 1001001 1000110

Color Harmonies of #AD7AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7AEA

Black with #AD7AEA

Text Example


Text Example

White with #AD7AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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