#A4ABFA

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

Shades of Perano #A4ABFA

Tints of Perano #A4ABFA

Color information

#A4ABFA (or 0xA4ABFA) is unknown color: approx Perano. HEX triplet: A4, AB and FA. RGB value is (164,171,250). Sum of RGB (Red+Green+Blue) = 164+171+250=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4ABFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4ABFA is #5B5405. Grayscale: #B1B1B1. Windows color (decimal): -5985286 or 16427940. OLE color: 16427940.

HSL color Cylindrical-coordinate representation of color #A4ABFA: hue angle of 235.12º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4ABFA is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164171250-
CMYK0.340.3200.02
HSL235.12º89.58%81.18%-
HSV(B)235.12º34.4%98.04%-
XYZ47.1343.9296.44-
YUV177.91168.68118.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.03%
GREEN value IS 171 (67.19% from 255) = 29.23%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=28.03%
G=29.23%
B=42.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641712500.340.3200.02235.1289.5881.18
HexA4ABFA222002eb5a51
Octal244253372424002353132121
Binary1010010010101011111110101000101000000101110101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ABFA; }

 p { color: rgb(164,171,250); }

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

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

 a { background-color: rgb(164,171,250); }

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

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

 span { border-color: rgb(164,171,250); }

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