#A4ACFB

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

Shades of Perano #A4ACFB

Tints of Perano #A4ACFB

Color information

#A4ACFB (or 0xA4ACFB) is unknown color: approx Perano. HEX triplet: A4, AC and FB. RGB value is (164,172,251). Sum of RGB (Red+Green+Blue) = 164+172+251=587 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.94% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4ACFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4ACFB is #5B5304. Grayscale: #B2B2B2. Windows color (decimal): -5985029 or 16493732. OLE color: 16493732.

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

Color convert

RGB164172251-
CMYK0.350.3100.02
HSL234.48º91.58%81.37%-
HSV(B)234.48º34.66%98.43%-
XYZ47.4744.3697.33-
YUV178.61168.85117.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.94%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 251 (98.44% from 255) = 42.76%
R=27.94%
G=29.30%
B=42.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641722510.350.3100.02234.4891.5881.37
HexA4ACFB231F02ea5c51
Octal244254373433702352134121
Binary101001001010110011111011100011111110101110101010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ACFB; }

 p { color: rgb(164,172,251); }

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

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

 a { background-color: rgb(164,172,251); }

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

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

 span { border-color: rgb(164,172,251); }

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