#ACACFD

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

Shades of Perano #ACACFD

Tints of Perano #ACACFD

Color information

#ACACFD (or 0xACACFD) is unknown color: approx Perano. HEX triplet: AC, AC and FD. RGB value is (172,172,253). Sum of RGB (Red+Green+Blue) = 172+172+253=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACACFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACACFD is #535302. Grayscale: #B4B4B4. Windows color (decimal): -5460739 or 16624812. OLE color: 16624812.

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

Color convert

RGB172172253-
CMYK0.320.3200.01
HSL240º95.29%83.33%-
HSV(B)240º32.02%99.22%-
XYZ49.545.3799.08-
YUV181.23168.5121.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.81%
GREEN value IS 172 (67.58% from 255) = 28.81%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=28.81%
G=28.81%
B=42.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721722530.320.3200.0124095.2983.33
HexACACFD202001f05f53
Octal254254375404001360137123
Binary101011001010110011111101100000100000011111000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACFD; }

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

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

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

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

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

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

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

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