#A0AFFF

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

Shades of Perano #A0AFFF

Tints of Perano #A0AFFF

Color information

#A0AFFF (or 0xA0AFFF) is unknown color: approx Perano. HEX triplet: A0, AF and FF. RGB value is (160,175,255). Sum of RGB (Red+Green+Blue) = 160+175+255=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AFFF is #5F5000. Grayscale: #B3B3B3. Windows color (decimal): -6246401 or 16756640. OLE color: 16756640.

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

Color convert

RGB160175255-
CMYK0.370.3100
HSL230.53º100%81.37%-
HSV(B)230.53º37.25%100%-
XYZ47.8845.35100.84-
YUV179.64170.53114-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.12%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 255 (100% from 255) = 43.22%
R=27.12%
G=29.66%
B=43.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601752550.370.3100230.5310081.37
HexA0AFFF251F00e76451
Octal240257377453700347144121
Binary10100000101011111111111110010111111001110011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFFF; }

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

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

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

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

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

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

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

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