#AFB7F3

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

Shades of Perano #AFB7F3

Tints of Perano #AFB7F3

Color information

#AFB7F3 (or 0xAFB7F3) is unknown color: approx Perano. HEX triplet: AF, B7 and F3. RGB value is (175,183,243). Sum of RGB (Red+Green+Blue) = 175+183+243=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 183 (71.88% from 255 or 30.45% from 601); Blue value is 243 (95.31% from 255 or 40.43% from 601); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFB7F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB7F3 is #50480C. Grayscale: #BBBBBB. Windows color (decimal): -5261325 or 15972271. OLE color: 15972271.

HSL color Cylindrical-coordinate representation of color #AFB7F3: hue angle of 232.94º 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 #AFB7F3 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175183243-
CMYK0.280.2500.05
HSL232.94º73.91%81.96%-
HSV(B)232.94º27.98%95.29%-
XYZ50.7949.4591.66-
YUV187.45159.35119.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.12%
GREEN value IS 183 (71.88% from 255) = 30.45%
BLUE value IS 243 (95.31% from 255) = 40.43%
R=29.12%
G=30.45%
B=40.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751832430.280.2500.05232.9473.9181.96
HexAFB7F31C1905e94a52
Octal257267363343105351112122
Binary101011111011011111110011111001100101011110100110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7F3; }

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

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

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

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

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

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

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

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