#AFBAFA

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

Shades of Perano #AFBAFA

Tints of Perano #AFBAFA

Color information

#AFBAFA (or 0xAFBAFA) is unknown color: approx Perano. HEX triplet: AF, BA and FA. RGB value is (175,186,250). Sum of RGB (Red+Green+Blue) = 175+186+250=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFBAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBAFA is #504505. Grayscale: #BDBDBD. Windows color (decimal): -5260550 or 16431791. OLE color: 16431791.

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

Color convert

RGB175186250-
CMYK0.30.2600.02
HSL231.2º88.24%83.33%-
HSV(B)231.2º30%98.04%-
XYZ52.4951.1397.55-
YUV190.01161.86117.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.64%
GREEN value IS 186 (73.05% from 255) = 30.44%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=28.64%
G=30.44%
B=40.92%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751862500.30.2600.02231.288.2483.33
HexAFBAFA1E1A02e75853
Octal257272372363202347130123
Binary10101111101110101111101011110110100101110011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAFA; }

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

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

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

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

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

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

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

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