#AFADF7

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

Shades of Perano #AFADF7

Tints of Perano #AFADF7

Color information

#AFADF7 (or 0xAFADF7) is unknown color: approx Perano. HEX triplet: AF, AD and F7. RGB value is (175,173,247). Sum of RGB (Red+Green+Blue) = 175+173+247=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 247 (96.88% from 255 or 41.51% from 595); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFADF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADF7 is #505208. Grayscale: #B5B5B5. Windows color (decimal): -5263881 or 16231855. OLE color: 16231855.

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

Color convert

RGB175173247-
CMYK0.290.3000.03
HSL241.62º82.22%82.35%-
HSV(B)241.62º29.96%96.86%-
XYZ49.4145.7294.22-
YUV182.03164.66122.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 247 (96.88% from 255) = 41.51%
R=29.41%
G=29.08%
B=41.51%

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
Decimal1751732470.290.3000.03241.6282.2282.35
HexAFADF71D1E03f25252
Octal257255367353603362122122
Binary10101111101011011111011111101111100111111001010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADF7; }

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

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

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

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

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

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

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

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