#AFBAF3

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

Shades of Perano #AFBAF3

Tints of Perano #AFBAF3

Color information

#AFBAF3 (or 0xAFBAF3) is unknown color: approx Perano. HEX triplet: AF, BA and F3. RGB value is (175,186,243). Sum of RGB (Red+Green+Blue) = 175+186+243=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 243 (95.31% from 255 or 40.23% from 604); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFBAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBAF3 is #50450C. Grayscale: #BCBCBC. Windows color (decimal): -5260557 or 15973039. OLE color: 15973039.

HSL color Cylindrical-coordinate representation of color #AFBAF3: hue angle of 230.29º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFBAF3 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175186243-
CMYK0.280.2300.05
HSL230.29º73.91%81.96%-
HSV(B)230.29º27.98%95.29%-
XYZ51.4250.791.87-
YUV189.21158.36117.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 243 (95.31% from 255) = 40.23%
R=28.97%
G=30.79%
B=40.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751862430.280.2300.05230.2973.9181.96
HexAFBAF31C1705e64a52
Octal257272363342705346112122
Binary101011111011101011110011111001011101011110011010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAF3; }

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

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

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

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

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

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

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

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