#AFA7FA

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

Shades of Perano #AFA7FA

Tints of Perano #AFA7FA

Color information

#AFA7FA (or 0xAFA7FA) is unknown color: approx Perano. HEX triplet: AF, A7 and FA. RGB value is (175,167,250). Sum of RGB (Red+Green+Blue) = 175+167+250=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 167 (65.62% from 255 or 28.21% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFA7FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA7FA is #505805. Grayscale: #B2B2B2. Windows color (decimal): -5265414 or 16426927. OLE color: 16426927.

HSL color Cylindrical-coordinate representation of color #AFA7FA: hue angle of 245.78º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFA7FA is Cyan = 0.3, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175167250-
CMYK0.30.3300.02
HSL245.78º89.25%81.76%-
HSV(B)245.78º33.2%98.04%-
XYZ48.7543.6596.3-
YUV178.85168.15125.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.56%
GREEN value IS 167 (65.62% from 255) = 28.21%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=29.56%
G=28.21%
B=42.23%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751672500.30.3300.02245.7889.2581.76
HexAFA7FA1E2102f65952
Octal257247372364102366131122
Binary101011111010011111111010111101000010101111011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7FA; }

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

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

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

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

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

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

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

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