#AD9FFB

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

Shades of Perano #AD9FFB

Tints of Perano #AD9FFB

Color information

#AD9FFB (or 0xAD9FFB) is unknown color: approx Perano. HEX triplet: AD, 9F and FB. RGB value is (173,159,251). Sum of RGB (Red+Green+Blue) = 173+159+251=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD9FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9FFB is #526004. Grayscale: #ADADAD. Windows color (decimal): -5398533 or 16490413. OLE color: 16490413.

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

Color convert

RGB173159251-
CMYK0.310.3700.02
HSL249.13º92%80.39%-
HSV(B)249.13º36.65%98.43%-
XYZ47.0440.6596.63-
YUV173.67171.64127.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.67%
GREEN value IS 159 (62.5% from 255) = 27.27%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=29.67%
G=27.27%
B=43.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731592510.310.3700.02249.139280.39
HexAD9FFB1F2502f95c50
Octal255237373374502371134120
Binary101011011001111111111011111111001010101111100110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FFB; }

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

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

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

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

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

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

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

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