#AFADED

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

Shades of Perano #AFADED

Tints of Perano #AFADED

Color information

#AFADED (or 0xAFADED) is unknown color: approx Perano. HEX triplet: AF, AD and ED. RGB value is (175,173,237). Sum of RGB (Red+Green+Blue) = 175+173+237=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADED is #505212. Grayscale: #B4B4B4. Windows color (decimal): -5263891 or 15576495. OLE color: 15576495.

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

Color convert

RGB175173237-
CMYK0.260.2700.07
HSL241.88º64%80.39%-
HSV(B)241.88º27%92.94%-
XYZ47.9145.1286.3-
YUV180.89159.66123.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.91%
GREEN value IS 173 (67.97% from 255) = 29.57%
BLUE value IS 237 (92.97% from 255) = 40.51%
R=29.91%
G=29.57%
B=40.51%

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
Decimal1751732370.260.2700.07241.886480.39
HexAFADED1A1B07f24050
Octal257255355323307362100120
Binary101011111010110111101101110101101101111111001010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADED; }

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

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

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

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

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

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

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

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