#AD7BED

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

Shades of Medium Purple #AD7BED

Tints of Medium Purple #AD7BED

Color information

#AD7BED (or 0xAD7BED) is unknown color: approx Medium Purple. HEX triplet: AD, 7B and ED. RGB value is (173,123,237). Sum of RGB (Red+Green+Blue) = 173+123+237=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD7BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7BED is #528412. Grayscale: #969696. Windows color (decimal): -5407763 or 15563693. OLE color: 15563693.

HSL color Cylindrical-coordinate representation of color #AD7BED: hue angle of 266.32º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD7BED is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173123237-
CMYK0.270.4800.07
HSL266.32º76%70.59%-
HSV(B)266.32º48.1%92.94%-
XYZ39.629.1683.66-
YUV150.95176.56143.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.46%
GREEN value IS 123 (48.44% from 255) = 23.08%
BLUE value IS 237 (92.97% from 255) = 44.47%
R=32.46%
G=23.08%
B=44.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731232370.270.4800.07266.327670.59
HexAD7BED1B300710a4c47
Octal255173355336007412114107
Binary1010110111110111110110111011110000011110000101010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7BED; }

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

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

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

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

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

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

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

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