#A7B3DC

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

Shades of Perano #A7B3DC

Tints of Perano #A7B3DC

Color information

#A7B3DC (or 0xA7B3DC) is unknown color: approx Perano. HEX triplet: A7, B3 and DC. RGB value is (167,179,220). Sum of RGB (Red+Green+Blue) = 167+179+220=566 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.51% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #A7B3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B3DC is #584C23. Grayscale: #B3B3B3. Windows color (decimal): -5786660 or 14463911. OLE color: 14463911.

HSL color Cylindrical-coordinate representation of color #A7B3DC: hue angle of 226.42º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7B3DC is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB167179220-
CMYK0.240.1900.14
HSL226.42º43.09%75.88%-
HSV(B)226.42º24.09%86.27%-
XYZ44.9745.6274.15-
YUV180.09150.52118.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.51%
GREEN value IS 179 (70.31% from 255) = 31.63%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=29.51%
G=31.63%
B=38.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1671792200.240.1900.14226.4243.0975.88
HexA7B3DC18130Ee22b4c
Octal247263334302301634253114
Binary101001111011001111011100110001001101110111000101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B3DC; }

 p { color: rgb(167,179,220); }

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

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

 a { background-color: rgb(167,179,220); }

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

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

 span { border-color: rgb(167,179,220); }

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