#A5ABE6

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

Shades of Perano #A5ABE6

Tints of Perano #A5ABE6

Color information

#A5ABE6 (or 0xA5ABE6) is unknown color: approx Perano. HEX triplet: A5, AB and E6. RGB value is (165,171,230). Sum of RGB (Red+Green+Blue) = 165+171+230=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #A5ABE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ABE6 is #5A5419. Grayscale: #AFAFAF. Windows color (decimal): -5919770 or 15117221. OLE color: 15117221.

HSL color Cylindrical-coordinate representation of color #A5ABE6: hue angle of 234.46º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5ABE6 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB165171230-
CMYK0.280.2600.10
HSL234.46º56.52%77.45%-
HSV(B)234.46º28.26%90.2%-
XYZ44.3642.8480.79-
YUV175.93158.51120.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.15%
GREEN value IS 171 (67.19% from 255) = 30.21%
BLUE value IS 230 (90.23% from 255) = 40.64%
R=29.15%
G=30.21%
B=40.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1651712300.280.2600.10234.4656.5277.45
HexA5ABE61C1A0Aea394d
Octal245253346343201235271115
Binary101001011010101111100110111001101001010111010101110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ABE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ABE6; }

 p { color: rgb(165,171,230); }

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

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

 a { background-color: rgb(165,171,230); }

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

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

 span { border-color: rgb(165,171,230); }

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