#ADB5FF

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

Shades of Perano #ADB5FF

Tints of Perano #ADB5FF

Color information

#ADB5FF (or 0xADB5FF) is unknown color: approx Perano. HEX triplet: AD, B5 and FF. RGB value is (173,181,255). Sum of RGB (Red+Green+Blue) = 173+181+255=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADB5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB5FF is #524A00. Grayscale: #BABABA. Windows color (decimal): -5392897 or 16758189. OLE color: 16758189.

HSL color Cylindrical-coordinate representation of color #ADB5FF: hue angle of 234.15º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADB5FF is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB173181255-
CMYK0.320.2900
HSL234.15º100%83.92%-
HSV(B)234.15º32.16%100%-
XYZ51.8149.15101.36-
YUV187.04166.35117.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.41%
GREEN value IS 181 (71.09% from 255) = 29.72%
BLUE value IS 255 (100% from 255) = 41.87%
R=28.41%
G=29.72%
B=41.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1731812550.320.2900234.1510083.92
HexADB5FF201D00ea6454
Octal255265377403500352144124
Binary10101101101101011111111110000011101001110101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB5FF; }

 p { color: rgb(173,181,255); }

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

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

 a { background-color: rgb(173,181,255); }

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

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

 span { border-color: rgb(173,181,255); }

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