#aca1f8

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

Shades of Perano #ACA1F8

Tints of Perano #ACA1F8

Color information

#ACA1F8 (or 0xACA1F8) is unknown color: approx Perano. HEX triplet: AC, A1 and F8. RGB value is (172,161,248). Sum of RGB (Red+Green+Blue) = 172+161+248=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACA1F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA1F8 is #535E07. Grayscale: #ADADAD. Windows color (decimal): -5463560 or 16294316. OLE color: 16294316.

HSL color Cylindrical-coordinate representation of color #ACA1F8: hue angle of 247.59º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACA1F8 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172161248-
CMYK0.310.3500.03
HSL247.59º86.14%80.2%-
HSV(B)247.59º35.08%97.25%-
XYZ46.741.0494.27-
YUV174.21169.64126.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.60%
GREEN value IS 161 (63.28% from 255) = 27.71%
BLUE value IS 248 (97.27% from 255) = 42.69%
R=29.60%
G=27.71%
B=42.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1721612480.310.3500.03247.5986.1480.2
HexACA1F81F2303f85650
Octal254241370374303370126120
Binary101011001010000111111000111111000110111111100010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aca1f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aca1f8; }

 p { color: rgb(172,161,248); }

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

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

 a { background-color: rgb(172,161,248); }

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

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

 span { border-color: rgb(172,161,248); }

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