#A3ABED

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

Shades of Perano #A3ABED

Tints of Perano #A3ABED

Color information

#A3ABED (or 0xA3ABED) is unknown color: approx Perano. HEX triplet: A3, AB and ED. RGB value is (163,171,237). Sum of RGB (Red+Green+Blue) = 163+171+237=571 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.55% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3ABED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3ABED is #5C5412. Grayscale: #AFAFAF. Windows color (decimal): -6050835 or 15575971. OLE color: 15575971.

HSL color Cylindrical-coordinate representation of color #A3ABED: hue angle of 233.51º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3ABED is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163171237-
CMYK0.310.2800.07
HSL233.51º67.27%78.43%-
HSV(B)233.51º31.22%92.94%-
XYZ44.9543.0386.06-
YUV176.13162.35118.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.55%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 237 (92.97% from 255) = 41.51%
R=28.55%
G=29.95%
B=41.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631712370.310.2800.07233.5167.2778.43
HexA3ABED1F1C07ea434e
Octal243253355373407352103116
Binary101000111010101111101101111111110001111110101010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ABED; }

 p { color: rgb(163,171,237); }

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

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

 a { background-color: rgb(163,171,237); }

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

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

 span { border-color: rgb(163,171,237); }

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