#AD7CFB

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

Shades of Medium Purple #AD7CFB

Tints of Medium Purple #AD7CFB

Color information

#AD7CFB (or 0xAD7CFB) is unknown color: approx Medium Purple. HEX triplet: AD, 7C and FB. RGB value is (173,124,251). Sum of RGB (Red+Green+Blue) = 173+124+251=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD7CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7CFB is #528304. Grayscale: #989898. Windows color (decimal): -5407493 or 16481453. OLE color: 16481453.

HSL color Cylindrical-coordinate representation of color #AD7CFB: hue angle of 263.15º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD7CFB is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173124251-
CMYK0.310.5100.02
HSL263.15º94.07%73.53%-
HSV(B)263.15º50.6%98.43%-
XYZ41.8530.2694.9-
YUV153.13183.23142.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 124 (48.83% from 255) = 22.63%
BLUE value IS 251 (98.44% from 255) = 45.80%
R=31.57%
G=22.63%
B=45.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731242510.310.5100.02263.1594.0773.53
HexAD7CFB1F33021075e4a
Octal255174373376302407136112
Binary101011011111100111110111111111001101010000011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7CFB; }

 p { color: rgb(173,124,251); }

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

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

 a { background-color: rgb(173,124,251); }

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

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

 span { border-color: rgb(173,124,251); }

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