#AFABEF

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

Shades of Perano #AFABEF

Tints of Perano #AFABEF

Color information

#AFABEF (or 0xAFABEF) is unknown color: approx Perano. HEX triplet: AF, AB and EF. RGB value is (175,171,239). Sum of RGB (Red+Green+Blue) = 175+171+239=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFABEF is #505410. Grayscale: #B3B3B3. Windows color (decimal): -5264401 or 15707055. OLE color: 15707055.

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

Color convert

RGB175171239-
CMYK0.270.2800.06
HSL243.53º68%80.39%-
HSV(B)243.53º28.45%93.73%-
XYZ47.8244.4787.72-
YUV179.95161.33124.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.91%
GREEN value IS 171 (67.19% from 255) = 29.23%
BLUE value IS 239 (93.75% from 255) = 40.85%
R=29.91%
G=29.23%
B=40.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751712390.270.2800.06243.536880.39
HexAFABEF1B1C06f44450
Octal257253357333406364104120
Binary101011111010101111101111110111110001101111010010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABEF; }

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

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

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

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

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

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

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

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