#A4ABFE

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

Shades of Perano #A4ABFE

Tints of Perano #A4ABFE

Color information

#A4ABFE (or 0xA4ABFE) is unknown color: approx Perano. HEX triplet: A4, AB and FE. RGB value is (164,171,254). Sum of RGB (Red+Green+Blue) = 164+171+254=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4ABFE is #5B5401. Grayscale: #B2B2B2. Windows color (decimal): -5985282 or 16690084. OLE color: 16690084.

HSL color Cylindrical-coordinate representation of color #A4ABFE: hue angle of 235.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4ABFE is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB164171254-
CMYK0.350.3300.00
HSL235.33º97.83%81.96%-
HSV(B)235.33º35.43%99.61%-
XYZ47.7644.1799.78-
YUV178.37170.68117.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.84%
GREEN value IS 171 (67.19% from 255) = 29.03%
BLUE value IS 254 (99.61% from 255) = 43.12%
R=27.84%
G=29.03%
B=43.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641712540.350.3300.00235.3397.8381.96
HexA4ABFE232100eb6252
Octal244253376434100353142122
Binary101001001010101111111110100011100001001110101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ABFE; }

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

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

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

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

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

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

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

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