#A3AFE5

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

Shades of Perano #A3AFE5

Tints of Perano #A3AFE5

Color information

#A3AFE5 (or 0xA3AFE5) is unknown color: approx Perano. HEX triplet: A3, AF and E5. RGB value is (163,175,229). Sum of RGB (Red+Green+Blue) = 163+175+229=567 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.75% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #A3AFE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AFE5 is #5C501A. Grayscale: #B1B1B1. Windows color (decimal): -6049819 or 15052707. OLE color: 15052707.

HSL color Cylindrical-coordinate representation of color #A3AFE5: hue angle of 229.09º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3AFE5 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB163175229-
CMYK0.290.2400.10
HSL229.09º55.93%76.86%-
HSV(B)229.09º28.82%89.8%-
XYZ44.5844.180.29-
YUV177.57157.02117.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.75%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 229 (89.84% from 255) = 40.39%
R=28.75%
G=30.86%
B=40.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1631752290.290.2400.10229.0955.9376.86
HexA3AFE51D180Ae5384d
Octal243257345353001234570115
Binary101000111010111111100101111011100001010111001011110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AFE5; }

 p { color: rgb(163,175,229); }

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

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

 a { background-color: rgb(163,175,229); }

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

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

 span { border-color: rgb(163,175,229); }

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