#ACA8FF

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

Shades of Perano #ACA8FF

Tints of Perano #ACA8FF

Color information

#ACA8FF (or 0xACA8FF) is unknown color: approx Perano. HEX triplet: AC, A8 and FF. RGB value is (172,168,255). Sum of RGB (Red+Green+Blue) = 172+168+255=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACA8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA8FF is #535700. Grayscale: #B2B2B2. Windows color (decimal): -5461761 or 16754860. OLE color: 16754860.

HSL color Cylindrical-coordinate representation of color #ACA8FF: hue angle of 242.76º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACA8FF is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172168255-
CMYK0.330.3400
HSL242.76º100%82.94%-
HSV(B)242.76º34.12%100%-
XYZ49.0744100.51-
YUV179.11170.83122.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 168 (66.02% from 255) = 28.24%
BLUE value IS 255 (100% from 255) = 42.86%
R=28.91%
G=28.24%
B=42.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721682550.330.3400242.7610082.94
HexACA8FF212200f36453
Octal254250377414200363144123
Binary101011001010100011111111100001100010001111001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA8FF; }

 p { color: rgb(172,168,255); }

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

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

 a { background-color: rgb(172,168,255); }

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

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

 span { border-color: rgb(172,168,255); }

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