Html Css Color HEX #AD7DEA Medium Purple

📋 copy color: '#AD7DEA'

red 173 ◦ green 125 ◦ blue 234

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

Shades of Medium Purple #AD7DEA

Tints of Medium Purple #AD7DEA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.5%

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

R = 32.52%
G = 23.5%
B = 43.98%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD7DEA (or 0xAD7DEA) is known color: Medium Purple. HEX triplet: AD, 7D and EA. RGB value is (173,125,234). Sum of RGB (Red+Green+Blue) = 173+125+234=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD7DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7DEA is #528215. Grayscale: #979797. Windows color (decimal): -5407254 or 15367597. OLE color: 15367597.

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

Color convert

RGB 173 125 234 -
CMYK 0.26 0.47 0 0.08
HSL 266.42º 0.72% 0.7% -
HSV(B) 266.42º 0.47% 0.92% -
XYZ 39.42 29.49 81.46 -
YUV 151.78 174.4 143.14 -
System Red Green Blue C M Y K H S L
Decimal 173 125 234 0.26 0.47 0 0.08 266.42 0.72 0.7
Hex AD 7D EA 1A 2F 0 8 10A 48 46
Octal 255 175 352 32 57 0 10 412 110 106
Binary 10101101 1111101 11101010 11010 101111 0 1000 100001010 1001000 1000110

Color Harmonies of #AD7DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DEA

Black with #AD7DEA

Text Example


Text Example

White with #AD7DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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