#AFADEE

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

Shades of Perano #AFADEE

Tints of Perano #AFADEE

Color information

#AFADEE (or 0xAFADEE) is unknown color: approx Perano. HEX triplet: AF, AD and EE. RGB value is (175,173,238). Sum of RGB (Red+Green+Blue) = 175+173+238=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADEE is #505211. Grayscale: #B4B4B4. Windows color (decimal): -5263890 or 15642031. OLE color: 15642031.

HSL color Cylindrical-coordinate representation of color #AFADEE: hue angle of 241.85º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFADEE is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175173238-
CMYK0.260.2700.07
HSL241.85º65.66%80.59%-
HSV(B)241.85º27.31%93.33%-
XYZ48.0645.1787.08-
YUV181.01160.16123.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 173 (67.97% from 255) = 29.52%
BLUE value IS 238 (93.36% from 255) = 40.61%
R=29.86%
G=29.52%
B=40.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751732380.260.2700.07241.8565.6680.59
HexAFADEE1A1B07f24251
Octal257255356323307362102121
Binary101011111010110111101110110101101101111111001010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADEE; }

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

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

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

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

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

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

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

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