#A0AFFE

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

Shades of Perano #A0AFFE

Tints of Perano #A0AFFE

Color information

#A0AFFE (or 0xA0AFFE) is unknown color: approx Perano. HEX triplet: A0, AF and FE. RGB value is (160,175,254). Sum of RGB (Red+Green+Blue) = 160+175+254=589 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.16% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0AFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AFFE is #5F5001. Grayscale: #B3B3B3. Windows color (decimal): -6246402 or 16691104. OLE color: 16691104.

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

Color convert

RGB160175254-
CMYK0.370.3100.00
HSL230.43º97.92%81.18%-
HSV(B)230.43º37.01%99.61%-
XYZ47.7245.2999.99-
YUV179.52170.03114.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.16%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 254 (99.61% from 255) = 43.12%
R=27.16%
G=29.71%
B=43.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601752540.370.3100.00230.4397.9281.18
HexA0AFFE251F00e66251
Octal240257376453700346142121
Binary10100000101011111111111010010111111001110011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFFE; }

 p { color: rgb(160,175,254); }

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

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

 a { background-color: rgb(160,175,254); }

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

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

 span { border-color: rgb(160,175,254); }

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