#AFA4FE

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

Shades of Perano #AFA4FE

Tints of Perano #AFA4FE

Color information

#AFA4FE (or 0xAFA4FE) is unknown color: approx Perano. HEX triplet: AF, A4 and FE. RGB value is (175,164,254). Sum of RGB (Red+Green+Blue) = 175+164+254=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFA4FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA4FE is #505B01. Grayscale: #B1B1B1. Windows color (decimal): -5266178 or 16688303. OLE color: 16688303.

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

Color convert

RGB175164254-
CMYK0.310.3500.00
HSL247.33º97.83%81.96%-
HSV(B)247.33º35.43%99.61%-
XYZ48.8442.8299.46-
YUV177.55171.14126.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.51%
GREEN value IS 164 (64.45% from 255) = 27.66%
BLUE value IS 254 (99.61% from 255) = 42.83%
R=29.51%
G=27.66%
B=42.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751642540.310.3500.00247.3397.8381.96
HexAFA4FE1F2300f76252
Octal257244376374300367142122
Binary10101111101001001111111011111100011001111011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4FE; }

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

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

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

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

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

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

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

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