#AFAFF9

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

Shades of Perano #AFAFF9

Tints of Perano #AFAFF9

Color information

#AFAFF9 (or 0xAFAFF9) is unknown color: approx Perano. HEX triplet: AF, AF and F9. RGB value is (175,175,249). Sum of RGB (Red+Green+Blue) = 175+175+249=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFAFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAFF9 is #505006. Grayscale: #B7B7B7. Windows color (decimal): -5263367 or 16363439. OLE color: 16363439.

HSL color Cylindrical-coordinate representation of color #AFAFF9: hue angle of 240º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFAFF9 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175175249-
CMYK0.300.3000.02
HSL240º86.05%83.14%-
HSV(B)240º29.72%97.65%-
XYZ50.1146.6195.98-
YUV183.44165121.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.22%
GREEN value IS 175 (68.75% from 255) = 29.22%
BLUE value IS 249 (97.66% from 255) = 41.57%
R=29.22%
G=29.22%
B=41.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751752490.300.3000.0224086.0583.14
HexAFAFF91E1E02f05653
Octal257257371363602360126123
Binary10101111101011111111100111110111100101111000010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFF9; }

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

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

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

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

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

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

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

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