#AFA9FD

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

Shades of Perano #AFA9FD

Tints of Perano #AFA9FD

Color information

#AFA9FD (or 0xAFA9FD) is unknown color: approx Perano. HEX triplet: AF, A9 and FD. RGB value is (175,169,253). Sum of RGB (Red+Green+Blue) = 175+169+253=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFA9FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA9FD is #505602. Grayscale: #B4B4B4. Windows color (decimal): -5264899 or 16624047. OLE color: 16624047.

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

Color convert

RGB175169253-
CMYK0.310.3300.01
HSL244.29º95.45%82.75%-
HSV(B)244.29º33.2%99.22%-
XYZ49.644.5898.92-
YUV180.37168.99124.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 169 (66.41% from 255) = 28.31%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=29.31%
G=28.31%
B=42.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751692530.310.3300.01244.2995.4582.75
HexAFA9FD1F2101f45f53
Octal257251375374101364137123
Binary10101111101010011111110111111100001011111010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9FD; }

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

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

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

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

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

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

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

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