#AFADF8

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

Shades of Perano #AFADF8

Tints of Perano #AFADF8

Color information

#AFADF8 (or 0xAFADF8) is unknown color: approx Perano. HEX triplet: AF, AD and F8. RGB value is (175,173,248). Sum of RGB (Red+Green+Blue) = 175+173+248=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 248 (97.27% from 255 or 41.61% from 596); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFADF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADF8 is #505207. Grayscale: #B5B5B5. Windows color (decimal): -5263880 or 16297391. OLE color: 16297391.

HSL color Cylindrical-coordinate representation of color #AFADF8: hue angle of 241.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFADF8 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175173248-
CMYK0.290.3000.03
HSL241.6º84.27%82.55%-
HSV(B)241.6º30.24%97.25%-
XYZ49.5745.7895.03-
YUV182.15165.16122.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.36%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 248 (97.27% from 255) = 41.61%
R=29.36%
G=29.03%
B=41.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751732480.290.3000.03241.684.2782.55
HexAFADF81D1E03f25453
Octal257255370353603362124123
Binary10101111101011011111100011101111100111111001010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADF8; }

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

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

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

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

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

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

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

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