#A7ADDF

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

Shades of Perano #A7ADDF

Tints of Perano #A7ADDF

Color information

#A7ADDF (or 0xA7ADDF) is unknown color: approx Perano. HEX triplet: A7, AD and DF. RGB value is (167,173,223). Sum of RGB (Red+Green+Blue) = 167+173+223=563 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.66% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #A7ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ADDF is #585220. Grayscale: #B0B0B0. Windows color (decimal): -5788193 or 14658983. OLE color: 14658983.

HSL color Cylindrical-coordinate representation of color #A7ADDF: hue angle of 233.57º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7ADDF is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167173223-
CMYK0.250.2200.13
HSL233.57º46.67%76.47%-
HSV(B)233.57º25.11%87.45%-
XYZ44.243.4375.87-
YUV176.91154.01120.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.66%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 223 (87.5% from 255) = 39.61%
R=29.66%
G=30.73%
B=39.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671732230.250.2200.13233.5746.6776.47
HexA7ADDF19160Dea2f4c
Octal247255337312601535257114
Binary101001111010110111011111110011011001101111010101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ADDF; }

 p { color: rgb(167,173,223); }

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

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

 a { background-color: rgb(167,173,223); }

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

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

 span { border-color: rgb(167,173,223); }

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