#ACAFFD

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

Shades of Perano #ACAFFD

Tints of Perano #ACAFFD

Color information

#ACAFFD (or 0xACAFFD) is unknown color: approx Perano. HEX triplet: AC, AF and FD. RGB value is (172,175,253). Sum of RGB (Red+Green+Blue) = 172+175+253=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACAFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAFFD is #535002. Grayscale: #B6B6B6. Windows color (decimal): -5459971 or 16625580. OLE color: 16625580.

HSL color Cylindrical-coordinate representation of color #ACAFFD: hue angle of 237.78º 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 #ACAFFD is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172175253-
CMYK0.320.3100.01
HSL237.78º95.29%83.33%-
HSV(B)237.78º32.02%99.22%-
XYZ50.0746.5299.27-
YUV183167.51120.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.67%
GREEN value IS 175 (68.75% from 255) = 29.17%
BLUE value IS 253 (99.22% from 255) = 42.17%
R=28.67%
G=29.17%
B=42.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721752530.320.3100.01237.7895.2983.33
HexACAFFD201F01ee5f53
Octal254257375403701356137123
Binary10101100101011111111110110000011111011110111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFFD; }

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

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

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

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

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

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

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

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