#A4ADFA

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

Shades of Perano #A4ADFA

Tints of Perano #A4ADFA

Color information

#A4ADFA (or 0xA4ADFA) is unknown color: approx Perano. HEX triplet: A4, AD and FA. RGB value is (164,173,250). Sum of RGB (Red+Green+Blue) = 164+173+250=587 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.94% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4ADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4ADFA is #5B5205. Grayscale: #B2B2B2. Windows color (decimal): -5984774 or 16428452. OLE color: 16428452.

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

Color convert

RGB164173250-
CMYK0.340.3100.02
HSL233.72º89.58%81.18%-
HSV(B)233.72º34.4%98.04%-
XYZ47.5144.6896.56-
YUV179.09168.02117.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.94%
GREEN value IS 173 (67.97% from 255) = 29.47%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=27.94%
G=29.47%
B=42.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641732500.340.3100.02233.7289.5881.18
HexA4ADFA221F02ea5a51
Octal244255372423702352132121
Binary101001001010110111111010100010111110101110101010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ADFA; }

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

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

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

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

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

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

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

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