#A3AAF2

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

Shades of Perano #A3AAF2

Tints of Perano #A3AAF2

Color information

#A3AAF2 (or 0xA3AAF2) is unknown color: approx Perano. HEX triplet: A3, AA and F2. RGB value is (163,170,242). Sum of RGB (Red+Green+Blue) = 163+170+242=575 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.35% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #A3AAF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3AAF2 is #5C550D. Grayscale: #AFAFAF. Windows color (decimal): -6051086 or 15903395. OLE color: 15903395.

HSL color Cylindrical-coordinate representation of color #A3AAF2: hue angle of 234.68º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3AAF2 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB163170242-
CMYK0.330.3000.05
HSL234.68º75.24%79.41%-
HSV(B)234.68º32.64%94.9%-
XYZ45.5142.9589.9-
YUV176.11165.18118.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.35%
GREEN value IS 170 (66.80% from 255) = 29.57%
BLUE value IS 242 (94.92% from 255) = 42.09%
R=28.35%
G=29.57%
B=42.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1631702420.330.3000.05234.6875.2479.41
HexA3AAF2211E05eb4b4f
Octal243252362413605353113117
Binary1010001110101010111100101000011111001011110101110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AAF2; }

 p { color: rgb(163,170,242); }

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

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

 a { background-color: rgb(163,170,242); }

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

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

 span { border-color: rgb(163,170,242); }

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