#A1AFEA

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

Shades of Perano #A1AFEA

Tints of Perano #A1AFEA

Color information

#A1AFEA (or 0xA1AFEA) is unknown color: approx Perano. HEX triplet: A1, AF and EA. RGB value is (161,175,234). Sum of RGB (Red+Green+Blue) = 161+175+234=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1AFEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AFEA is #5E5015. Grayscale: #B1B1B1. Windows color (decimal): -6180886 or 15380385. OLE color: 15380385.

HSL color Cylindrical-coordinate representation of color #A1AFEA: hue angle of 228.49º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1AFEA is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161175234-
CMYK0.310.2500.08
HSL228.49º63.48%77.45%-
HSV(B)228.49º31.2%91.76%-
XYZ44.8844.1884-
YUV177.54159.86116.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.25%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=28.25%
G=30.70%
B=41.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611752340.310.2500.08228.4963.4877.45
HexA1AFEA1F1908e43f4d
Octal241257352373101034477115
Binary101000011010111111101010111111100101000111001001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AFEA; }

 p { color: rgb(161,175,234); }

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

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

 a { background-color: rgb(161,175,234); }

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

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

 span { border-color: rgb(161,175,234); }

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