#AFABF8

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

Shades of Perano #AFABF8

Tints of Perano #AFABF8

Color information

#AFABF8 (or 0xAFABF8) is unknown color: approx Perano. HEX triplet: AF, AB and F8. RGB value is (175,171,248). Sum of RGB (Red+Green+Blue) = 175+171+248=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFABF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFABF8 is #505407. Grayscale: #B4B4B4. Windows color (decimal): -5264392 or 16296879. OLE color: 16296879.

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

Color convert

RGB175171248-
CMYK0.290.3100.03
HSL243.12º84.62%82.16%-
HSV(B)243.12º31.05%97.25%-
XYZ49.1945.0294.9-
YUV180.97165.83123.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.46%
GREEN value IS 171 (67.19% from 255) = 28.79%
BLUE value IS 248 (97.27% from 255) = 41.75%
R=29.46%
G=28.79%
B=41.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751712480.290.3100.03243.1284.6282.16
HexAFABF81D1F03f35552
Octal257253370353703363125122
Binary10101111101010111111100011101111110111111001110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABF8; }

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

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

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

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

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

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

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

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