#AFB4FA

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

Shades of Perano #AFB4FA

Tints of Perano #AFB4FA

Color information

#AFB4FA (or 0xAFB4FA) is unknown color: approx Perano. HEX triplet: AF, B4 and FA. RGB value is (175,180,250). Sum of RGB (Red+Green+Blue) = 175+180+250=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFB4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB4FA is #504B05. Grayscale: #BABABA. Windows color (decimal): -5262086 or 16430255. OLE color: 16430255.

HSL color Cylindrical-coordinate representation of color #AFB4FA: hue angle of 236º degrees, saturation: 0.88, 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 #AFB4FA is Cyan = 0.3, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175180250-
CMYK0.30.2800.02
HSL236º88.24%83.33%-
HSV(B)236º30%98.04%-
XYZ51.2648.6697.13-
YUV186.48163.84119.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.93%
GREEN value IS 180 (70.70% from 255) = 29.75%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=28.93%
G=29.75%
B=41.32%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751802500.30.2800.0223688.2483.33
HexAFB4FA1E1C02ec5853
Octal257264372363402354130123
Binary10101111101101001111101011110111000101110110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB4FA; }

 p { color: rgb(175,180,250); }

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

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

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

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

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

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

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