#AFA9FA

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

Shades of Perano #AFA9FA

Tints of Perano #AFA9FA

Color information

#AFA9FA (or 0xAFA9FA) is unknown color: approx Perano. HEX triplet: AF, A9 and FA. RGB value is (175,169,250). Sum of RGB (Red+Green+Blue) = 175+169+250=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFA9FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA9FA is #505605. Grayscale: #B3B3B3. Windows color (decimal): -5264902 or 16427439. OLE color: 16427439.

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

Color convert

RGB175169250-
CMYK0.30.3200.02
HSL244.44º89.01%82.16%-
HSV(B)244.44º32.4%98.04%-
XYZ49.1244.3996.42-
YUV180.03167.49124.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.46%
GREEN value IS 169 (66.41% from 255) = 28.45%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=29.46%
G=28.45%
B=42.09%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751692500.30.3200.02244.4489.0182.16
HexAFA9FA1E2002f45952
Octal257251372364002364131122
Binary101011111010100111111010111101000000101111010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9FA; }

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

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

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

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

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

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

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

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