#aca5f9

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

Shades of Perano #ACA5F9

Tints of Perano #ACA5F9

Color information

#ACA5F9 (or 0xACA5F9) is unknown color: approx Perano. HEX triplet: AC, A5 and F9. RGB value is (172,165,249). Sum of RGB (Red+Green+Blue) = 172+165+249=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACA5F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA5F9 is #535A06. Grayscale: #B0B0B0. Windows color (decimal): -5462535 or 16360876. OLE color: 16360876.

HSL color Cylindrical-coordinate representation of color #ACA5F9: hue angle of 245º degrees, saturation: 0.88, 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 #ACA5F9 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172165249-
CMYK0.310.3400.02
HSL245º87.5%81.18%-
HSV(B)245º33.73%97.65%-
XYZ47.5742.5295.32-
YUV176.67168.82124.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.35%
GREEN value IS 165 (64.84% from 255) = 28.16%
BLUE value IS 249 (97.66% from 255) = 42.49%
R=29.35%
G=28.16%
B=42.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721652490.310.3400.0224587.581.18
HexACA5F91F2202f55851
Octal254245371374202365130121
Binary101011001010010111111001111111000100101111010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aca5f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aca5f9; }

 p { color: rgb(172,165,249); }

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

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

 a { background-color: rgb(172,165,249); }

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

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

 span { border-color: rgb(172,165,249); }

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