#A3ADFA

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

Shades of Perano #A3ADFA

Tints of Perano #A3ADFA

Color information

#A3ADFA (or 0xA3ADFA) is unknown color: approx Perano. HEX triplet: A3, AD and FA. RGB value is (163,173,250). Sum of RGB (Red+Green+Blue) = 163+173+250=586 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.82% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #A3ADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3ADFA is #5C5205. Grayscale: #B2B2B2. Windows color (decimal): -6050310 or 16428451. OLE color: 16428451.

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

Color convert

RGB163173250-
CMYK0.350.3100.02
HSL233.1º89.69%80.98%-
HSV(B)233.1º34.8%98.04%-
XYZ47.344.5896.55-
YUV178.79168.19116.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.82%
GREEN value IS 173 (67.97% from 255) = 29.52%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=27.82%
G=29.52%
B=42.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631732500.350.3100.02233.189.6980.98
HexA3ADFA231F02e95a51
Octal243255372433702351132121
Binary101000111010110111111010100011111110101110100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ADFA; }

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

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

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

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

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

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

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

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