#A0AFEB

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

Shades of Perano #A0AFEB

Tints of Perano #A0AFEB

Color information

#A0AFEB (or 0xA0AFEB) is unknown color: approx Perano. HEX triplet: A0, AF and EB. RGB value is (160,175,235). Sum of RGB (Red+Green+Blue) = 160+175+235=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0AFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AFEB is #5F5014. Grayscale: #B1B1B1. Windows color (decimal): -6246421 or 15445920. OLE color: 15445920.

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

Color convert

RGB160175235-
CMYK0.320.2600.08
HSL228º65.22%77.45%-
HSV(B)228º31.91%92.16%-
XYZ44.8244.1384.75-
YUV177.36160.53115.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.07%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 235 (92.19% from 255) = 41.23%
R=28.07%
G=30.70%
B=41.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601752350.320.2600.0822865.2277.45
HexA0AFEB201A08e4414d
Octal2402573534032010344101115
Binary10100000101011111110101110000011010010001110010010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFEB; }

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

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

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

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

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

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

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

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