#AFAEFE

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

Shades of Perano #AFAEFE

Tints of Perano #AFAEFE

Color information

#AFAEFE (or 0xAFAEFE) is unknown color: approx Perano. HEX triplet: AF, AE and FE. RGB value is (175,174,254). Sum of RGB (Red+Green+Blue) = 175+174+254=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFAEFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAEFE is #505101. Grayscale: #B7B7B7. Windows color (decimal): -5263618 or 16690863. OLE color: 16690863.

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

Color convert

RGB175174254-
CMYK0.310.3100.00
HSL240.75º97.56%83.92%-
HSV(B)240.75º31.5%99.61%-
XYZ50.746.54100.08-
YUV183.42167.83122-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.02%
GREEN value IS 174 (68.36% from 255) = 28.86%
BLUE value IS 254 (99.61% from 255) = 42.12%
R=29.02%
G=28.86%
B=42.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751742540.310.3100.00240.7597.5683.92
HexAFAEFE1F1F00f16254
Octal257256376373700361142124
Binary1010111110101110111111101111111111001111000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEFE; }

 p { color: rgb(175,174,254); }

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

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

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

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

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

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

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