#A3AAE4

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

Shades of Perano #A3AAE4

Tints of Perano #A3AAE4

Color information

#A3AAE4 (or 0xA3AAE4) is unknown color: approx Perano. HEX triplet: A3, AA and E4. RGB value is (163,170,228). Sum of RGB (Red+Green+Blue) = 163+170+228=561 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.06% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #A3AAE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AAE4 is #5C551B. Grayscale: #AEAEAE. Windows color (decimal): -6051100 or 14985891. OLE color: 14985891.

HSL color Cylindrical-coordinate representation of color #A3AAE4: hue angle of 233.54º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3AAE4 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB163170228-
CMYK0.290.2500.11
HSL233.54º54.62%76.67%-
HSV(B)233.54º28.51%89.41%-
XYZ43.4842.1479.24-
YUV174.52158.18119.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.06%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 228 (89.45% from 255) = 40.64%
R=29.06%
G=30.30%
B=40.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1631702280.290.2500.11233.5454.6276.67
HexA3AAE41D190Bea374d
Octal243252344353101335267115
Binary101000111010101011100100111011100101011111010101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AAE4; }

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

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

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

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

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

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

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

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