#AFA7FE

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

Shades of Perano #AFA7FE

Tints of Perano #AFA7FE

Color information

#AFA7FE (or 0xAFA7FE) is unknown color: approx Perano. HEX triplet: AF, A7 and FE. RGB value is (175,167,254). Sum of RGB (Red+Green+Blue) = 175+167+254=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 167 (65.62% from 255 or 28.02% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFA7FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA7FE is #505801. Grayscale: #B2B2B2. Windows color (decimal): -5265410 or 16689071. OLE color: 16689071.

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

Color convert

RGB175167254-
CMYK0.310.3400.00
HSL245.52º97.75%82.55%-
HSV(B)245.52º34.25%99.61%-
XYZ49.3943.9199.64-
YUV179.31170.15124.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.36%
GREEN value IS 167 (65.62% from 255) = 28.02%
BLUE value IS 254 (99.61% from 255) = 42.62%
R=29.36%
G=28.02%
B=42.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751672540.310.3400.00245.5297.7582.55
HexAFA7FE1F2200f66253
Octal257247376374200366142123
Binary10101111101001111111111011111100010001111011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7FE; }

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

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

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

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

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

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

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

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