#ADB0FF

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

Shades of Perano #ADB0FF

Tints of Perano #ADB0FF

Color information

#ADB0FF (or 0xADB0FF) is unknown color: approx Perano. HEX triplet: AD, B0 and FF. RGB value is (173,176,255). Sum of RGB (Red+Green+Blue) = 173+176+255=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADB0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB0FF is #524F00. Grayscale: #B7B7B7. Windows color (decimal): -5394177 or 16756909. OLE color: 16756909.

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

Color convert

RGB173176255-
CMYK0.320.3100
HSL237.8º100%83.92%-
HSV(B)237.8º32.16%100%-
XYZ50.8147.15101.03-
YUV184.11168.01120.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.64%
GREEN value IS 176 (69.14% from 255) = 29.14%
BLUE value IS 255 (100% from 255) = 42.22%
R=28.64%
G=29.14%
B=42.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1731762550.320.3100237.810083.92
HexADB0FF201F00ee6454
Octal255260377403700356144124
Binary10101101101100001111111110000011111001110111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB0FF; }

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

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

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

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

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

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

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

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