#AD7BE7

Color #AD7BE7 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AD7BE7

Tints of Medium Purple #AD7BE7

Color information

#AD7BE7 (or 0xAD7BE7) is unknown color: approx Medium Purple. HEX triplet: AD, 7B and E7. RGB value is (173,123,231). Sum of RGB (Red+Green+Blue) = 173+123+231=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD7BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7BE7 is #528418. Grayscale: #959595. Windows color (decimal): -5407769 or 15170477. OLE color: 15170477.

HSL color Cylindrical-coordinate representation of color #AD7BE7: hue angle of 267.78º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD7BE7 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173123231-
CMYK0.250.4700.09
HSL267.78º69.23%69.41%-
HSV(B)267.78º46.75%90.59%-
XYZ38.7428.8279.12-
YUV150.26173.56144.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 123 (48.44% from 255) = 23.34%
BLUE value IS 231 (90.62% from 255) = 43.83%
R=32.83%
G=23.34%
B=43.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731232310.250.4700.09267.7869.2369.41
HexAD7BE7192F0910c4545
Octal2551733473157011414105105
Binary10101101111101111100111110011011110100110000110010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7BE7; }

 p { color: rgb(173,123,231); }

 H1.HeaderClassName
 {
   color: #AD7BE7;
 }
 .AnyTagClassName
 {
   color: #AD7BE7;
 }
</style>
background-color css

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

 a { background-color: rgb(173,123,231); }

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

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

 span { border-color: rgb(173,123,231); }

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