#AFAFFD

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

Shades of Perano #AFAFFD

Tints of Perano #AFAFFD

Color information

#AFAFFD (or 0xAFAFFD) is unknown color: approx Perano. HEX triplet: AF, AF and FD. RGB value is (175,175,253). Sum of RGB (Red+Green+Blue) = 175+175+253=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFAFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAFFD is #505002. Grayscale: #B7B7B7. Windows color (decimal): -5263363 or 16625583. OLE color: 16625583.

HSL color Cylindrical-coordinate representation of color #AFAFFD: hue angle of 240º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFAFFD is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175175253-
CMYK0.310.3100.01
HSL240º95.12%83.92%-
HSV(B)240º30.83%99.22%-
XYZ50.7446.8799.3-
YUV183.89167121.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.02%
GREEN value IS 175 (68.75% from 255) = 29.02%
BLUE value IS 253 (99.22% from 255) = 41.96%
R=29.02%
G=29.02%
B=41.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751752530.310.3100.0124095.1283.92
HexAFAFFD1F1F01f05f54
Octal257257375373701360137124
Binary1010111110101111111111011111111111011111000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFFD; }

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

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

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

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

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

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

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

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