#AFA1FD

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

Shades of Perano #AFA1FD

Tints of Perano #AFA1FD

Color information

#AFA1FD (or 0xAFA1FD) is unknown color: approx Perano. HEX triplet: AF, A1 and FD. RGB value is (175,161,253). Sum of RGB (Red+Green+Blue) = 175+161+253=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 161 (63.28% from 255 or 27.33% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFA1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA1FD is #505E02. Grayscale: #AFAFAF. Windows color (decimal): -5266947 or 16621999. OLE color: 16621999.

HSL color Cylindrical-coordinate representation of color #AFA1FD: hue angle of 249.13º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFA1FD is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175161253-
CMYK0.310.3600.01
HSL249.13º95.83%81.18%-
HSV(B)249.13º36.36%99.22%-
XYZ48.1541.798.44-
YUV175.67171.64127.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.71%
GREEN value IS 161 (63.28% from 255) = 27.33%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=29.71%
G=27.33%
B=42.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751612530.310.3600.01249.1395.8381.18
HexAFA1FD1F2401f96051
Octal257241375374401371140121
Binary10101111101000011111110111111100100011111100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA1FD; }

 p { color: rgb(175,161,253); }

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

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

 a { background-color: rgb(175,161,253); }

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

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

 span { border-color: rgb(175,161,253); }

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