#AFABFE

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

Shades of Perano #AFABFE

Tints of Perano #AFABFE

Color information

#AFABFE (or 0xAFABFE) is unknown color: approx Perano. HEX triplet: AF, AB and FE. RGB value is (175,171,254). Sum of RGB (Red+Green+Blue) = 175+171+254=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFABFE is #505401. Grayscale: #B5B5B5. Windows color (decimal): -5264386 or 16690095. OLE color: 16690095.

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

Color convert

RGB175171254-
CMYK0.310.3300.00
HSL242.89º97.65%83.33%-
HSV(B)242.89º32.68%99.61%-
XYZ50.1345.499.89-
YUV181.66168.83123.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.17%
GREEN value IS 171 (67.19% from 255) = 28.5%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=29.17%
G=28.5%
B=42.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751712540.310.3300.00242.8997.6583.33
HexAFABFE1F2100f36253
Octal257253376374100363142123
Binary10101111101010111111111011111100001001111001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABFE; }

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

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

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

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

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

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

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

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