#AFADE7

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

Shades of Perano #AFADE7

Tints of Perano #AFADE7

Color information

#AFADE7 (or 0xAFADE7) is unknown color: approx Perano. HEX triplet: AF, AD and E7. RGB value is (175,173,231). Sum of RGB (Red+Green+Blue) = 175+173+231=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 231 - color contains mainly: blue. Hex color #AFADE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADE7 is #505218. Grayscale: #B3B3B3. Windows color (decimal): -5263897 or 15183279. OLE color: 15183279.

HSL color Cylindrical-coordinate representation of color #AFADE7: hue angle of 242.07º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFADE7 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175173231-
CMYK0.240.2500.09
HSL242.07º54.72%79.22%-
HSV(B)242.07º25.11%90.59%-
XYZ47.0544.7781.76-
YUV180.21156.66124.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 173 (67.97% from 255) = 29.88%
BLUE value IS 231 (90.62% from 255) = 39.90%
R=30.22%
G=29.88%
B=39.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751732310.240.2500.09242.0754.7279.22
HexAFADE7181909f2374f
Octal257255347303101136267117
Binary101011111010110111100111110001100101001111100101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADE7; }

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

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

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

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

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

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

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

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