#AFA3C1

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

Shades of Biloba Flower #AFA3C1

Tints of Biloba Flower #AFA3C1

Color information

#AFA3C1 (or 0xAFA3C1) is unknown color: approx Biloba Flower. HEX triplet: AF, A3 and C1. RGB value is (175,163,193). Sum of RGB (Red+Green+Blue) = 175+163+193=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFA3C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA3C1 is #505C3E. Grayscale: #A9A9A9. Windows color (decimal): -5266495 or 12690351. OLE color: 12690351.

HSL color Cylindrical-coordinate representation of color #AFA3C1: hue angle of 264º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFA3C1 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175163193-
CMYK0.090.1600.24
HSL264º19.48%69.8%-
HSV(B)264º15.54%75.69%-
XYZ40.439.1655.88-
YUV170.01140.98131.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 163 (64.06% from 255) = 30.70%
BLUE value IS 193 (75.78% from 255) = 36.35%
R=32.96%
G=30.70%
B=36.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751631930.090.1600.2426419.4869.8
HexAFA3C19100181081346
Octal257243301112003041023106
Binary101011111010001111000001100110000011000100001000100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA3C1; }

 p { color: rgb(175,163,193); }

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

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

 a { background-color: rgb(175,163,193); }

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

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

 span { border-color: rgb(175,163,193); }

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