#A7ACFD

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

Shades of Perano #A7ACFD

Tints of Perano #A7ACFD

Color information

#A7ACFD (or 0xA7ACFD) is unknown color: approx Perano. HEX triplet: A7, AC and FD. RGB value is (167,172,253). Sum of RGB (Red+Green+Blue) = 167+172+253=592 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.21% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #A7ACFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7ACFD is #585302. Grayscale: #B3B3B3. Windows color (decimal): -5788419 or 16624807. OLE color: 16624807.

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

Color convert

RGB167172253-
CMYK0.340.3200.01
HSL236.51º95.56%82.35%-
HSV(B)236.51º33.99%99.22%-
XYZ48.4244.8199.03-
YUV179.74169.34118.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.21%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=28.21%
G=29.05%
B=42.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1671722530.340.3200.01236.5195.5682.35
HexA7ACFD222001ed6052
Octal247254375424001355140122
Binary101001111010110011111101100010100000011110110111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ACFD; }

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

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

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

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

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

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

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

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