#AFA5F8

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

Shades of Perano #AFA5F8

Tints of Perano #AFA5F8

Color information

#AFA5F8 (or 0xAFA5F8) is unknown color: approx Perano. HEX triplet: AF, A5 and F8. RGB value is (175,165,248). Sum of RGB (Red+Green+Blue) = 175+165+248=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 248 (97.27% from 255 or 42.18% from 588); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFA5F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA5F8 is #505A07. Grayscale: #B1B1B1. Windows color (decimal): -5265928 or 16295343. OLE color: 16295343.

HSL color Cylindrical-coordinate representation of color #AFA5F8: hue angle of 247.23º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFA5F8 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175165248-
CMYK0.290.3300.03
HSL247.23º85.57%80.98%-
HSV(B)247.23º33.47%97.25%-
XYZ48.0842.894.53-
YUV177.45167.81126.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 165 (64.84% from 255) = 28.06%
BLUE value IS 248 (97.27% from 255) = 42.18%
R=29.76%
G=28.06%
B=42.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751652480.290.3300.03247.2385.5780.98
HexAFA5F81D2103f75651
Octal257245370354103367126121
Binary101011111010010111111000111011000010111111011110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA5F8; }

 p { color: rgb(175,165,248); }

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

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

 a { background-color: rgb(175,165,248); }

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

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

 span { border-color: rgb(175,165,248); }

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