#ACACFF

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

Shades of Perano #ACACFF

Tints of Perano #ACACFF

Color information

#ACACFF (or 0xACACFF) is unknown color: approx Perano. HEX triplet: AC, AC and FF. RGB value is (172,172,255). Sum of RGB (Red+Green+Blue) = 172+172+255=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACACFF is #535300. Grayscale: #B5B5B5. Windows color (decimal): -5460737 or 16755884. OLE color: 16755884.

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

Color convert

RGB172172255-
CMYK0.330.3300
HSL240º100%83.73%-
HSV(B)240º32.55%100%-
XYZ49.8245.5100.76-
YUV181.46169.5121.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.71%
GREEN value IS 172 (67.58% from 255) = 28.71%
BLUE value IS 255 (100% from 255) = 42.57%
R=28.71%
G=28.71%
B=42.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721722550.330.330024010083.73
HexACACFF212100f06454
Octal254254377414100360144124
Binary101011001010110011111111100001100001001111000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACFF; }

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

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

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

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

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

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

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

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