#ACA5F1

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

Shades of Perano #ACA5F1

Tints of Perano #ACA5F1

Color information

#ACA5F1 (or 0xACA5F1) is unknown color: approx Perano. HEX triplet: AC, A5 and F1. RGB value is (172,165,241). Sum of RGB (Red+Green+Blue) = 172+165+241=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACA5F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA5F1 is #535A0E. Grayscale: #AFAFAF. Windows color (decimal): -5462543 or 15836588. OLE color: 15836588.

HSL color Cylindrical-coordinate representation of color #ACA5F1: hue angle of 245.53º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACA5F1 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172165241-
CMYK0.290.3200.05
HSL245.53º73.08%79.61%-
HSV(B)245.53º31.54%94.51%-
XYZ46.3542.0388.89-
YUV175.76164.82125.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.76%
GREEN value IS 165 (64.84% from 255) = 28.55%
BLUE value IS 241 (94.53% from 255) = 41.70%
R=29.76%
G=28.55%
B=41.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721652410.290.3200.05245.5373.0879.61
HexACA5F11D2005f64950
Octal254245361354005366111120
Binary1010110010100101111100011110110000001011111011010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA5F1; }

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

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

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

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

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

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

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

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