#AFA3FE

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

Shades of Perano #AFA3FE

Tints of Perano #AFA3FE

Color information

#AFA3FE (or 0xAFA3FE) is unknown color: approx Perano. HEX triplet: AF, A3 and FE. RGB value is (175,163,254). Sum of RGB (Red+Green+Blue) = 175+163+254=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 163 (64.06% from 255 or 27.53% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFA3FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA3FE is #505C01. Grayscale: #B0B0B0. Windows color (decimal): -5266434 or 16688047. OLE color: 16688047.

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

Color convert

RGB175163254-
CMYK0.310.3600.00
HSL247.91º97.85%81.76%-
HSV(B)247.91º35.83%99.61%-
XYZ48.6742.4699.4-
YUV176.96171.48126.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.56%
GREEN value IS 163 (64.06% from 255) = 27.53%
BLUE value IS 254 (99.61% from 255) = 42.91%
R=29.56%
G=27.53%
B=42.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751632540.310.3600.00247.9197.8581.76
HexAFA3FE1F2400f86252
Octal257243376374400370142122
Binary10101111101000111111111011111100100001111100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA3FE; }

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

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

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

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

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

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

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

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