#A3ADFB

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

Shades of Perano #A3ADFB

Tints of Perano #A3ADFB

Color information

#A3ADFB (or 0xA3ADFB) is unknown color: approx Perano. HEX triplet: A3, AD and FB. RGB value is (163,173,251). Sum of RGB (Red+Green+Blue) = 163+173+251=587 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.77% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #A3ADFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3ADFB is #5C5204. Grayscale: #B2B2B2. Windows color (decimal): -6050309 or 16493987. OLE color: 16493987.

HSL color Cylindrical-coordinate representation of color #A3ADFB: hue angle of 233.18º degrees, saturation: 0.92, 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 #A3ADFB is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB163173251-
CMYK0.350.3100.02
HSL233.18º91.67%81.18%-
HSV(B)233.18º35.06%98.43%-
XYZ47.4644.6497.38-
YUV178.9168.69116.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.77%
GREEN value IS 173 (67.97% from 255) = 29.47%
BLUE value IS 251 (98.44% from 255) = 42.76%
R=27.77%
G=29.47%
B=42.76%

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
Decimal1631732510.350.3100.02233.1891.6781.18
HexA3ADFB231F02e95c51
Octal243255373433702351134121
Binary101000111010110111111011100011111110101110100110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ADFB; }

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

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

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

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

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

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

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

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