#AFACFE

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

Shades of Perano #AFACFE

Tints of Perano #AFACFE

Color information

#AFACFE (or 0xAFACFE) is unknown color: approx Perano. HEX triplet: AF, AC and FE. RGB value is (175,172,254). Sum of RGB (Red+Green+Blue) = 175+172+254=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACFE is #505301. Grayscale: #B5B5B5. Windows color (decimal): -5264130 or 16690351. OLE color: 16690351.

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

Color convert

RGB175172254-
CMYK0.310.3200.00
HSL242.2º97.62%83.53%-
HSV(B)242.2º32.28%99.61%-
XYZ50.3245.7799.95-
YUV182.24168.49122.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.12%
GREEN value IS 172 (67.58% from 255) = 28.62%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=29.12%
G=28.62%
B=42.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751722540.310.3200.00242.297.6283.53
HexAFACFE1F2000f26254
Octal257254376374000362142124
Binary10101111101011001111111011111100000001111001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACFE; }

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

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

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

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

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

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

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

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