#AFA7F1

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

Shades of Perano #AFA7F1

Tints of Perano #AFA7F1

Color information

#AFA7F1 (or 0xAFA7F1) is unknown color: approx Perano. HEX triplet: AF, A7 and F1. RGB value is (175,167,241). Sum of RGB (Red+Green+Blue) = 175+167+241=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 167 (65.62% from 255 or 28.64% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFA7F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA7F1 is #50580E. Grayscale: #B1B1B1. Windows color (decimal): -5265423 or 15837103. OLE color: 15837103.

HSL color Cylindrical-coordinate representation of color #AFA7F1: hue angle of 246.49º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFA7F1 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175167241-
CMYK0.270.3100.05
HSL246.49º72.55%80%-
HSV(B)246.49º30.71%94.51%-
XYZ47.3843.189.04-
YUV177.83163.65125.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 167 (65.62% from 255) = 28.64%
BLUE value IS 241 (94.53% from 255) = 41.34%
R=30.02%
G=28.64%
B=41.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751672410.270.3100.05246.4972.5580
HexAFA7F11B1F05f64950
Octal257247361333705366111120
Binary101011111010011111110001110111111101011111011010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7F1; }

 p { color: rgb(175,167,241); }

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

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

 a { background-color: rgb(175,167,241); }

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

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

 span { border-color: rgb(175,167,241); }

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