Html Css Color HEX #AD7EEA Medium Purple

📋 copy color: '#AD7EEA'

red 173 ◦ green 126 ◦ blue 234

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

Shades of Medium Purple #AD7EEA

Tints of Medium Purple #AD7EEA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.64%

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

R = 32.46%
G = 23.64%
B = 43.9%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD7EEA (or 0xAD7EEA) is known color: Medium Purple. HEX triplet: AD, 7E and EA. RGB value is (173,126,234). Sum of RGB (Red+Green+Blue) = 173+126+234=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD7EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7EEA is #528115. Grayscale: #979797. Windows color (decimal): -5406998 or 15367853. OLE color: 15367853.

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

Color convert

RGB 173 126 234 -
CMYK 0.26 0.46 0 0.08
HSL 266.11º 0.72% 0.71% -
HSV(B) 266.11º 0.46% 0.92% -
XYZ 39.55 29.75 81.5 -
YUV 152.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 173 126 234 0.26 0.46 0 0.08 266.11 0.72 0.71
Hex AD 7E EA 1A 2E 0 8 10A 48 47
Octal 255 176 352 32 56 0 10 412 110 107
Binary 10101101 1111110 11101010 11010 101110 0 1000 100001010 1001000 1000111

Color Harmonies of #AD7EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7EEA

Black with #AD7EEA

Text Example


Text Example

White with #AD7EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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