#ADB1FF

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

Shades of Perano #ADB1FF

Tints of Perano #ADB1FF

Color information

#ADB1FF (or 0xADB1FF) is unknown color: approx Perano. HEX triplet: AD, B1 and FF. RGB value is (173,177,255). Sum of RGB (Red+Green+Blue) = 173+177+255=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADB1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB1FF is #524E00. Grayscale: #B8B8B8. Windows color (decimal): -5393921 or 16757165. OLE color: 16757165.

HSL color Cylindrical-coordinate representation of color #ADB1FF: hue angle of 237.07º 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 #ADB1FF is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB173177255-
CMYK0.320.3100
HSL237.07º100%83.92%-
HSV(B)237.07º32.16%100%-
XYZ51.0147.55101.1-
YUV184.7167.67119.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.60%
GREEN value IS 177 (69.53% from 255) = 29.26%
BLUE value IS 255 (100% from 255) = 42.15%
R=28.60%
G=29.26%
B=42.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1731772550.320.3100237.0710083.92
HexADB1FF201F00ed6454
Octal255261377403700355144124
Binary10101101101100011111111110000011111001110110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB1FF; }

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

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

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

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

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

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

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

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