#A0AFE0

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

Shades of Perano #A0AFE0

Tints of Perano #A0AFE0

Color information

#A0AFE0 (or 0xA0AFE0) is unknown color: approx Perano. HEX triplet: A0, AF and E0. RGB value is (160,175,224). Sum of RGB (Red+Green+Blue) = 160+175+224=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #A0AFE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFE0 is #5F501F. Grayscale: #AFAFAF. Windows color (decimal): -6246432 or 14725024. OLE color: 14725024.

HSL color Cylindrical-coordinate representation of color #A0AFE0: hue angle of 225.94º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0AFE0 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB160175224-
CMYK0.290.2200.12
HSL225.94º50.79%75.29%-
HSV(B)225.94º28.57%87.84%-
XYZ43.2843.5276.64-
YUV176.1155.03116.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.62%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 224 (87.89% from 255) = 40.07%
R=28.62%
G=31.31%
B=40.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1601752240.290.2200.12225.9450.7975.29
HexA0AFE01D160Ce2334b
Octal240257340352601434263113
Binary101000001010111111100000111011011001100111000101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFE0; }

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

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

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

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

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

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

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

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