#A7ADFA

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

Shades of Perano #A7ADFA

Tints of Perano #A7ADFA

Color information

#A7ADFA (or 0xA7ADFA) is unknown color: approx Perano. HEX triplet: A7, AD and FA. RGB value is (167,173,250). Sum of RGB (Red+Green+Blue) = 167+173+250=590 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.31% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7ADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7ADFA is #585205. Grayscale: #B3B3B3. Windows color (decimal): -5788166 or 16428455. OLE color: 16428455.

HSL color Cylindrical-coordinate representation of color #A7ADFA: hue angle of 235.66º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7ADFA is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167173250-
CMYK0.330.3100.02
HSL235.66º89.25%81.76%-
HSV(B)235.66º33.2%98.04%-
XYZ48.144596.59-
YUV179.98167.51118.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.31%
GREEN value IS 173 (67.97% from 255) = 29.32%
BLUE value IS 250 (98.05% from 255) = 42.37%
R=28.31%
G=29.32%
B=42.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1671732500.330.3100.02235.6689.2581.76
HexA7ADFA211F02ec5952
Octal247255372413702354131122
Binary101001111010110111111010100001111110101110110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ADFA; }

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

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

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

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

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

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

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

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