#AD7BEA

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

Shades of Medium Purple #AD7BEA

Tints of Medium Purple #AD7BEA

Color information

#AD7BEA (or 0xAD7BEA) is unknown color: approx Medium Purple. HEX triplet: AD, 7B and EA. RGB value is (173,123,234). Sum of RGB (Red+Green+Blue) = 173+123+234=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD7BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7BEA is #528415. Grayscale: #969696. Windows color (decimal): -5407766 or 15367085. OLE color: 15367085.

HSL color Cylindrical-coordinate representation of color #AD7BEA: hue angle of 267.03º degrees, saturation: 0.73, 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 #AD7BEA is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173123234-
CMYK0.260.4700.08
HSL267.03º72.55%70%-
HSV(B)267.03º47.44%91.76%-
XYZ39.1728.9981.37-
YUV150.6175.06143.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 123 (48.44% from 255) = 23.21%
BLUE value IS 234 (91.80% from 255) = 44.15%
R=32.64%
G=23.21%
B=44.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731232340.260.4700.08267.0372.5570
HexAD7BEA1A2F0810b4946
Octal2551733523257010413111106
Binary10101101111101111101010110101011110100010000101110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7BEA; }

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

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

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

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

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

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

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

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