#AFADE6

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

Shades of Perano #AFADE6

Tints of Perano #AFADE6

Color information

#AFADE6 (or 0xAFADE6) is unknown color: approx Perano. HEX triplet: AF, AD and E6. RGB value is (175,173,230). Sum of RGB (Red+Green+Blue) = 175+173+230=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADE6 is #505219. Grayscale: #B3B3B3. Windows color (decimal): -5263898 or 15117743. OLE color: 15117743.

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

Color convert

RGB175173230-
CMYK0.240.2500.10
HSL242.11º53.27%79.02%-
HSV(B)242.11º24.78%90.2%-
XYZ46.9144.7181.02-
YUV180.1156.16124.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.28%
GREEN value IS 173 (67.97% from 255) = 29.93%
BLUE value IS 230 (90.23% from 255) = 39.79%
R=30.28%
G=29.93%
B=39.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1751732300.240.2500.10242.1153.2779.02
HexAFADE618190Af2354f
Octal257255346303101236265117
Binary101011111010110111100110110001100101010111100101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADE6; }

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

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

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

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

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

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

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

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