#AFACF5

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

Shades of Perano #AFACF5

Tints of Perano #AFACF5

Color information

#AFACF5 (or 0xAFACF5) is unknown color: approx Perano. HEX triplet: AF, AC and F5. RGB value is (175,172,245). Sum of RGB (Red+Green+Blue) = 175+172+245=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 245 (96.09% from 255 or 41.39% from 592); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFACF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACF5 is #50530A. Grayscale: #B4B4B4. Windows color (decimal): -5264139 or 16100527. OLE color: 16100527.

HSL color Cylindrical-coordinate representation of color #AFACF5: hue angle of 242.47º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFACF5 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175172245-
CMYK0.290.3000.04
HSL242.47º78.49%81.76%-
HSV(B)242.47º29.8%96.08%-
XYZ48.9145.2192.53-
YUV181.22163.99123.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.56%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 245 (96.09% from 255) = 41.39%
R=29.56%
G=29.05%
B=41.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751722450.290.3000.04242.4778.4981.76
HexAFACF51D1E04f24e52
Octal257254365353604362116122
Binary101011111010110011110101111011111001001111001010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACF5; }

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

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

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

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

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

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

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

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