#AFAFF0

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

Shades of Perano #AFAFF0

Tints of Perano #AFAFF0

Color information

#AFAFF0 (or 0xAFAFF0) is unknown color: approx Perano. HEX triplet: AF, AF and F0. RGB value is (175,175,240). Sum of RGB (Red+Green+Blue) = 175+175+240=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFAFF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAFF0 is #50500F. Grayscale: #B6B6B6. Windows color (decimal): -5263376 or 15773615. OLE color: 15773615.

HSL color Cylindrical-coordinate representation of color #AFAFF0: hue angle of 240º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFAFF0 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175175240-
CMYK0.270.2700.06
HSL240º68.42%81.37%-
HSV(B)240º27.08%94.12%-
XYZ48.7446.0788.76-
YUV182.41160.5122.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.66%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 240 (94.14% from 255) = 40.68%
R=29.66%
G=29.66%
B=40.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751752400.270.2700.0624068.4281.37
HexAFAFF01B1B06f04451
Octal257257360333306360104121
Binary101011111010111111110000110111101101101111000010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFF0; }

 p { color: rgb(175,175,240); }

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

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

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

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

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

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

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