#A0AEFD

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

Shades of Perano #A0AEFD

Tints of Perano #A0AEFD

Color information

#A0AEFD (or 0xA0AEFD) is unknown color: approx Perano. HEX triplet: A0, AE and FD. RGB value is (160,174,253). Sum of RGB (Red+Green+Blue) = 160+174+253=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0AEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AEFD is #5F5102. Grayscale: #B2B2B2. Windows color (decimal): -6246659 or 16625312. OLE color: 16625312.

HSL color Cylindrical-coordinate representation of color #A0AEFD: hue angle of 230.97º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0AEFD is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB160174253-
CMYK0.370.3100.01
HSL230.97º95.88%80.98%-
HSV(B)230.97º36.76%99.22%-
XYZ47.3644.8499.09-
YUV178.82169.86114.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.26%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=27.26%
G=29.64%
B=43.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1601742530.370.3100.01230.9795.8880.98
HexA0AEFD251F01e76051
Octal240256375453701347140121
Binary10100000101011101111110110010111111011110011111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AEFD; }

 p { color: rgb(160,174,253); }

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

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

 a { background-color: rgb(160,174,253); }

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

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

 span { border-color: rgb(160,174,253); }

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