#ACA4FE

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

Shades of Perano #ACA4FE

Tints of Perano #ACA4FE

Color information

#ACA4FE (or 0xACA4FE) is unknown color: approx Perano. HEX triplet: AC, A4 and FE. RGB value is (172,164,254). Sum of RGB (Red+Green+Blue) = 172+164+254=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACA4FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA4FE is #535B01. Grayscale: #B0B0B0. Windows color (decimal): -5462786 or 16688300. OLE color: 16688300.

HSL color Cylindrical-coordinate representation of color #ACA4FE: hue angle of 245.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 #ACA4FE is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172164254-
CMYK0.320.3500.00
HSL245.33º97.83%81.96%-
HSV(B)245.33º35.43%99.61%-
XYZ48.1842.4899.43-
YUV176.65171.65124.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.15%
GREEN value IS 164 (64.45% from 255) = 27.80%
BLUE value IS 254 (99.61% from 255) = 43.05%
R=29.15%
G=27.80%
B=43.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1721642540.320.3500.00245.3397.8381.96
HexACA4FE202300f56252
Octal254244376404300365142122
Binary101011001010010011111110100000100011001111010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4FE; }

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

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

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

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

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

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

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

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